AP_HAL: add __EXTFLASHFUNC__ define
This commit is contained in:
parent
434c1bb570
commit
9663b3d409
@ -318,6 +318,10 @@
|
||||
#define __FASTRAMFUNC__
|
||||
#endif
|
||||
|
||||
#ifndef __EXTFLASHFUNC__
|
||||
#define __EXTFLASHFUNC__
|
||||
#endif
|
||||
|
||||
#ifndef HAL_ENABLE_DFU_BOOT
|
||||
#define HAL_ENABLE_DFU_BOOT 0
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user