diff --git a/libraries/AP_HAL/AP_HAL_Boards.h b/libraries/AP_HAL/AP_HAL_Boards.h index d6159d7e45..efc6da2d12 100644 --- a/libraries/AP_HAL/AP_HAL_Boards.h +++ b/libraries/AP_HAL/AP_HAL_Boards.h @@ -318,6 +318,10 @@ #define __FASTRAMFUNC__ #endif +#ifndef __EXTFLASHFUNC__ +#define __EXTFLASHFUNC__ +#endif + #ifndef HAL_ENABLE_DFU_BOOT #define HAL_ENABLE_DFU_BOOT 0 #endif