Copter: typo fixed for trad heli config

This commit is contained in:
Randy Mackay 2013-01-23 12:35:10 +09:00
parent 9a09f086d2
commit 911e090e07
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ static void init_ardupilot()
init_sonar();
#endif
#if FRAME_CONIG == HELI_FRAME
#if FRAME_CONFIG == HELI_FRAME
// initialise controller filters
init_rate_controllers();
#endif // HELI_FRAME