1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-23 08:15:26 +03:00

Add USE_ prefix to AUTOTUNE_FIXED_WING

This commit is contained in:
Michel Pastor 2018-07-25 17:03:23 +02:00
parent 972f74bf60
commit e1e14748b3
6 changed files with 7 additions and 7 deletions

View file

@ -210,7 +210,7 @@ void initActiveBoxIds(void)
activeBoxIds[activeBoxIdCount++] = BOXNAVLAUNCH;
}
activeBoxIds[activeBoxIdCount++] = BOXAUTOTRIM;
#if defined(AUTOTUNE_FIXED_WING)
#if defined(USE_AUTOTUNE_FIXED_WING)
activeBoxIds[activeBoxIdCount++] = BOXAUTOTUNE;
#endif
}