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

Keep reviewers happy

This commit is contained in:
anthonycake 2020-12-15 09:02:01 +01:00
parent a543ed8887
commit 81150286c6
2 changed files with 3 additions and 3 deletions

View file

@ -98,5 +98,5 @@ const char * const debugModeNames[DEBUG_COUNT] = {
"RX_TIMING",
"D_LPF",
"VTX_TRAMP",
"GHST"
"GHST",
};

View file

@ -78,7 +78,7 @@ enum {
DEBUG_GHST_CRC_ERRORS = 0,
DEBUG_GHST_UNKNOWN_FRAMES,
DEBUG_GHST_RX_RSSI,
DEBUG_GHST_RX_LQ
DEBUG_GHST_RX_LQ,
};
static serialPort_t *serialPort;