mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
AP_HAL: add default DISABLE_DSHOT as false
use HAL_ENABLE_DSHOT instead of DISABLE_DSHOT
This commit is contained in:
parent
b8af6da623
commit
4ce32c74de
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user