1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/common/gd32v/include
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
..
board_common.h boards/common: add common timer config for GD32VF103 boards 2023-01-27 21:39:22 +01:00
cfg_i2c_default.h boards/common/gd32v: cleanup default I2C and SPI config 2023-08-07 12:48:15 +02:00
cfg_spi_default.h boards/common/gd32v: cleanup default I2C and SPI config 2023-08-07 12:48:15 +02:00
cfg_timer_default.h boards/common/gd32v: change default timer configuration 2023-01-28 18:16:17 +01:00
cfg_uart_default.h boards/common: add common definitions for GD32VF103 boards 2023-01-23 18:59:32 +01:00
cfg_usbdev_default.h boards/common/gd32v: reorder members in initialization 2024-01-20 16:42:49 +01:00
periph_common_conf.h boards/common/gd32v: add USB OTG support 2023-02-07 01:31:08 +01:00