mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -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
|
#ifndef HAL_USE_QUADSPI
|
||||||
#define HAL_USE_QUADSPI 0
|
#define HAL_USE_QUADSPI 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef HAL_USE_OCTOSPI
|
#ifndef HAL_USE_OCTOSPI
|
||||||
#define HAL_USE_OCTOSPI 0
|
#define HAL_USE_OCTOSPI 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef HAL_ENABLE_DSHOT
|
||||||
|
#define HAL_ENABLE_DSHOT 1
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef __RAMFUNC__
|
#ifndef __RAMFUNC__
|
||||||
#define __RAMFUNC__
|
#define __RAMFUNC__
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user