commit | dfb7a5952fee8a83663a6feddf0770f3e22ca7aa | [log] [tgz] |
---|---|---|
author | Johann Fischer <johann.fischer@nordicsemi.no> | Thu Dec 09 10:30:02 2021 +0100 |
committer | Maureen Helm <maureen.helm@intel.com> | Fri Dec 10 07:22:15 2021 -0600 |
tree | 0b9657ad4da00159733e4c33d9f145bb4180e870 | |
parent | c07d747173513c07eb17619da1d5287af466e4a4 [diff] |
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>