mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
c6c5d9a1a7
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. |
||
---|---|---|
.. | ||
board_common.h | ||
cfg_i2c_default.h | ||
cfg_spi_default.h | ||
cfg_timer_default.h | ||
cfg_uart_default.h | ||
cfg_usbdev_default.h | ||
periph_common_conf.h |