AP_HAL: set default HAL_ENABLE_DFU_BOOT

This commit is contained in:
bugobliterator 2022-08-18 12:14:11 +05:30 committed by Andrew Tridgell
parent eb116849c6
commit cee8a638f8

View File

@ -313,3 +313,7 @@
#ifndef __FASTRAMFUNC__
#define __FASTRAMFUNC__
#endif
#ifndef HAL_ENABLE_DFU_BOOT
#define HAL_ENABLE_DFU_BOOT 0
#endif