1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 04:45:24 +03:00

Add OSD displayPort device configurability

This commit is contained in:
jflyper 2019-09-28 04:03:06 +09:00
parent e821fec341
commit 8494d6e634
5 changed files with 52 additions and 8 deletions

View file

@ -138,6 +138,7 @@ typedef enum {
TABLE_OFF_ON_AUTO,
TABLE_INTERPOLATED_SP,
TABLE_DSHOT_BITBANGED_TIMER,
TABLE_OSD_DISPLAYPORT_DEVICE,
LOOKUP_TABLE_COUNT
} lookupTableIndex_e;