ardupilot/libraries/AP_HAL_FLYMAPLE/utility/flash_stm32.cpp
Andrew Tridgell 563f516f6b HAL_FLYMAPLE: rename flash_stm32.c to .cpp
this avoids a compiler hang on Ubuntu when not building for flymaple
2014-07-14 09:44:36 +10:00

7 lines
131 B
C++

#if defined (MCU_STM32F205VE) || defined (MCU_STM32F406VG)
#include "flash_stm32F2.h"
#else
#include "flash_stm32F1.h"
#endif