mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-02 14:13:42 -04:00
563f516f6b
this avoids a compiler hang on Ubuntu when not building for flymaple
7 lines
131 B
C++
7 lines
131 B
C++
#if defined (MCU_STM32F205VE) || defined (MCU_STM32F406VG)
|
|
#include "flash_stm32F2.h"
|
|
#else
|
|
#include "flash_stm32F1.h"
|
|
#endif
|
|
|