mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 23:48:31 -04:00
AP_HAL: set default HAL_ENABLE_DFU_BOOT
This commit is contained in:
parent
eb116849c6
commit
cee8a638f8
@ -313,3 +313,7 @@
|
||||
#ifndef __FASTRAMFUNC__
|
||||
#define __FASTRAMFUNC__
|
||||
#endif
|
||||
|
||||
#ifndef HAL_ENABLE_DFU_BOOT
|
||||
#define HAL_ENABLE_DFU_BOOT 0
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user