Skip to content

Commit 1fd9222

Browse files
jfischer-nofabiobaltieri
authored andcommitted
include: usb: remove deprecated macro
Remove macro USBD_CFG_DATA_DEFINE, deprecated in v3.0.0. Signed-off-by: Johann Fischer <[email protected]>
1 parent bb76044 commit 1fd9222

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/zephyr/usb/usb_device.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ extern "C" {
7373
#define USBD_DEFINE_CFG_DATA(name) \
7474
static STRUCT_SECTION_ITERABLE(usb_cfg_data, name)
7575

76-
#define USBD_CFG_DATA_DEFINE(p, name) __DEPRECATED_MACRO \
77-
static __in_section(_usb_cfg_data, static, p##_name) __used __aligned(4)
78-
7976
/*************************************************************************
8077
* USB configuration
8178
**************************************************************************/

0 commit comments

Comments
 (0)