1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 00:11:16 +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-11-26 21:33:23 +01:00
2023-07-11 21:22:02 +02:00
2022-09-14 15:05:25 +02:00
2022-09-14 15:05:25 +02:00
2022-09-14 15:05:25 +02:00
2022-09-14 15:05:25 +02:00
2023-11-26 21:33:23 +01:00
2022-09-14 15:05:25 +02:00
2023-01-06 22:56:28 +01:00
2023-10-16 12:01:15 +02:00
2022-09-14 15:05:25 +02:00
2022-09-14 15:05:25 +02:00
2023-11-26 21:33:23 +01:00
2023-11-26 21:33:23 +01:00
2023-11-26 21:33:23 +01:00
2022-09-14 15:05:25 +02:00
2022-09-14 15:05:25 +02:00
2022-09-14 15:05:25 +02:00
2023-11-26 21:33:23 +01:00
2023-11-26 21:33:23 +01:00
2020-07-16 15:35:25 +02:00
2022-09-14 15:05:25 +02:00
2023-06-29 22:36:35 +02:00

Platform configurations for RIOT-OS

This directory contains existing configuration and initialization files for platforms supported by RIOT-OS.