mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-24 22:05:58 +08:00
Include board config first in mcu_arch
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
|
||||
#include "mcu.h"
|
||||
|
||||
#include BOARD_CONFIG
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <stm32/gpio.h>
|
||||
@@ -34,7 +35,6 @@
|
||||
#include <libopencm3/stm32/rcc.h>
|
||||
#endif
|
||||
|
||||
#include BOARD_CONFIG
|
||||
|
||||
void mcu_arch_init(void) {
|
||||
#ifdef USE_OPENCM3
|
||||
|
||||
Reference in New Issue
Block a user