AP_HAL: add default DISABLE_DSHOT as false

use HAL_ENABLE_DSHOT instead of DISABLE_DSHOT
This commit is contained in:
bugobliterator 2022-08-29 10:58:37 +05:30 committed by Andrew Tridgell
parent b8af6da623
commit 4ce32c74de

View File

@ -311,10 +311,15 @@
#ifndef HAL_USE_QUADSPI
#define HAL_USE_QUADSPI 0
#endif
#ifndef HAL_USE_OCTOSPI
#define HAL_USE_OCTOSPI 0
#endif
#ifndef HAL_ENABLE_DSHOT
#define HAL_ENABLE_DSHOT 1
#endif
#ifndef __RAMFUNC__
#define __RAMFUNC__
#endif