mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-25 06:15:43 +08:00
Include the opencm3 version of rcc.h when requested
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user