Skip to content
Snippets Groups Projects
Commit 9a20fe32 authored by Robert Lefebvre's avatar Robert Lefebvre
Browse files

Fixed that last commit

#define Stupid_Mistake
parent 5f8f53ec
No related branches found
No related tags found
No related merge requests found
......@@ -546,11 +546,7 @@
// AUTO Mode
#ifndef AUTO_YAW
#if FRAME_CONFIG == HELI_FRAME
# define AUTO_YAW YAW_LOOK_AT_HOME
#else
# define AUTO_YAW YAW_AUTO
#endif
# define AUTO_YAW YAW_AUTO
#endif
#ifndef AUTO_RP
......@@ -590,7 +586,11 @@
// RTL Mode
#ifndef RTL_YAW
# define RTL_YAW YAW_HOLD
#if FRAME_CONFIG == HELI_FRAME
# define RTL_YAW YAW_LOOK_AT_HOME
#else
# define RTL_YAW YAW_HOLD
#endif
#endif
#ifndef RTL_RP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment