Include the opencm3 version of rcc.h when requested

This commit is contained in:
Allen
2011-03-15 11:25:52 -07:00
parent 8eab130100
commit 7420e6bc33
+3
View File
@@ -30,6 +30,9 @@
#include <stm32/rcc.h>
#include <stm32/flash.h>
#include <stm32/misc.h>
#ifdef USE_OPENCM3
#include <libopencm3/stm32/rcc.h>
#endif
#include BOARD_CONFIG