Made RTL Altitude hold current by default

This commit is contained in:
Jason Short 2011-11-16 00:16:59 -08:00
parent 006cb1ac9c
commit 2c542a0b69

View File

@ -674,7 +674,7 @@
#endif #endif
#ifndef ALT_HOLD_HOME #ifndef ALT_HOLD_HOME
# define ALT_HOLD_HOME 10 # define ALT_HOLD_HOME 0 // height to return to Home, 0 = Maintain current altitude
#endif #endif
#ifndef USE_CURRENT_ALT #ifndef USE_CURRENT_ALT