mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-02 14:13:42 -04:00
9bfc52d9af
See libraries/AP_HAL_FLYMAPLE/FlymaplePortingNotes.txt
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
|
|
|