Set loiter rate enabled by default

This commit is contained in:
Jason Short 2012-02-26 12:29:28 -08:00
parent bab1faf644
commit f8e9fa8b61

View File

@ -664,7 +664,7 @@
// Loiter Navigation control gains // Loiter Navigation control gains
// //
#ifndef LOITER_RATE #ifndef LOITER_RATE
# define LOITER_RATE 0 # define LOITER_RATE 1
#endif #endif
#ifndef LOITER_RATE_P #ifndef LOITER_RATE_P