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:
parent
02efd46833
commit
1bfc2c2fa7
2 changed files with 13 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue