1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 13:25:30 +03:00

Add descriptive enumeration for vcd_video_system values

Previously the values were numeric and ranged from 0 to 2. This change adds a descriptive value list as "AUTO", "PAL" and "NTSC".
This commit is contained in:
Bruce Luckcuck 2018-04-28 11:08:57 -04:00
parent 02efd46833
commit 1bfc2c2fa7
2 changed files with 13 additions and 1 deletions

View file

@ -91,6 +91,9 @@ typedef enum {
TABLE_GYRO,
#endif
TABLE_THROTTLE_LIMIT_TYPE,
#ifdef USE_MAX7456
TABLE_VIDEO_SYSTEM,
#endif // USE_MAX7456
LOOKUP_TABLE_COUNT
} lookupTableIndex_e;