zephyr/subsys/usb/device_next/class/usbd_msc.ld
Peter Mitsis 02cc127475 linker: subsys: Use Z_LINK_ITERABLE_SUBALIGN
Updates the linker script fragments under 'subsys' to use
Z_LINK_ITERABLE_SUBALIGN for the subalignment instead of
a hardcoded value of 4.

Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
2024-04-20 13:45:25 -04:00

3 lines
107 B
Text

#include <zephyr/linker/iterable_sections.h>
ITERABLE_SECTION_ROM(usbd_msc_lun, Z_LINK_ITERABLE_SUBALIGN)