include: usb: add alignment attribute to macro USBD_CFG_DATA_DEFINE It could be observed on native_posix_64 platform that without alignment attribute the usb_cfg_data structures are placed with a gap or padding in specified RAM section. This breaks the possibility to iterate over the structures. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>