5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-03-11 00:53:57 -03:00
ardupilot/libraries/AP_HAL_FLYMAPLE/utility/flash_stm32.cpp

7 lines
131 B
C++
Raw Normal View History

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