Include board config first in mcu_arch

This commit is contained in:
Allen
2011-03-15 11:57:58 -07:00
parent 7420e6bc33
commit f46ff79a3a
+1 -1
View File
@@ -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