mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 09:28:31 -04:00
Copter: rename dshot define
This commit is contained in:
parent
0b4838475d
commit
49bdf7a295
@ -255,7 +255,7 @@
|
|||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
// Turtle - allow vehicle to be flipped over after a crash
|
// Turtle - allow vehicle to be flipped over after a crash
|
||||||
#ifndef MODE_TURTLE_ENABLED
|
#ifndef MODE_TURTLE_ENABLED
|
||||||
# define MODE_TURTLE_ENABLED HAL_ENABLE_DSHOT && FRAME_CONFIG != HELI_FRAME
|
# define MODE_TURTLE_ENABLED HAL_DSHOT_ENABLED && FRAME_CONFIG != HELI_FRAME
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user