mirror of https://github.com/ArduPilot/ardupilot
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
|
||||
#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
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Reference in New Issue