Skip to content

Commit

Permalink
include: usb: remove deprecated macro
Browse files Browse the repository at this point in the history
Remove macro USBD_CFG_DATA_DEFINE, deprecated in v3.0.0.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
  • Loading branch information
jfischer-no authored and fabiobaltieri committed Feb 20, 2025
1 parent bb76044 commit 1fd9222
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/zephyr/usb/usb_device.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ extern "C" {
#define USBD_DEFINE_CFG_DATA(name) \
static STRUCT_SECTION_ITERABLE(usb_cfg_data, name)

#define USBD_CFG_DATA_DEFINE(p, name) __DEPRECATED_MACRO \
static __in_section(_usb_cfg_data, static, p##_name) __used __aligned(4)

/*************************************************************************
* USB configuration
**************************************************************************/
Expand Down

0 comments on commit 1fd9222

Please sign in to comment.