1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 15:31:17 +01:00
Marian Buschsieweke c6c5d9a1a7
boards/common/gd32v: reorder members in initialization
C has this feature that the order of struct members in the
initialization doesn't need to match the order in the declaration.
C++ has not yet caught up:

    boards/common/gd32v/include/cfg_usbdev_default.h:50:1: error: designator order for field 'dwc2_usb_otg_fshs_config_t::type' does not match declaration order in 'const dwc2_usb_otg_fshs_config_t'

So, just reorder the fields for now by hand.
2024-01-20 16:42:49 +01:00
..
2023-07-10 10:51:20 +00:00
2023-07-10 10:51:20 +00:00
2023-07-11 21:22:02 +02:00
2022-07-28 09:32:24 +02:00
2021-02-24 13:30:34 +01:00
2023-11-15 09:57:42 +01:00
2023-06-26 17:24:07 +02:00
2023-06-26 17:24:07 +02:00