1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 00:05:33 +03:00

make itermrelax on yaw optional

This commit is contained in:
Thorsten Laux 2018-05-28 16:34:25 +02:00
parent 7e12e9da18
commit 6239b8258a
3 changed files with 10 additions and 3 deletions

View file

@ -97,6 +97,7 @@ typedef enum {
#ifdef USE_MAX7456
TABLE_VIDEO_SYSTEM,
#endif // USE_MAX7456
TABLE_ITERM_RELAX,
LOOKUP_TABLE_COUNT
} lookupTableIndex_e;