From 1fd9222a4512408cc34e310e3e0fc61f2bd374ad Mon Sep 17 00:00:00 2001 From: Johann Fischer Date: Tue, 18 Feb 2025 12:14:07 +0100 Subject: [PATCH] include: usb: remove deprecated macro Remove macro USBD_CFG_DATA_DEFINE, deprecated in v3.0.0. Signed-off-by: Johann Fischer --- include/zephyr/usb/usb_device.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/zephyr/usb/usb_device.h b/include/zephyr/usb/usb_device.h index e596555ed502..39d66383693c 100644 --- a/include/zephyr/usb/usb_device.h +++ b/include/zephyr/usb/usb_device.h @@ -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 **************************************************************************/