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:
parent
a543ed8887
commit
81150286c6
2 changed files with 3 additions and 3 deletions
|
@ -98,5 +98,5 @@ const char * const debugModeNames[DEBUG_COUNT] = {
|
|||
"RX_TIMING",
|
||||
"D_LPF",
|
||||
"VTX_TRAMP",
|
||||
"GHST"
|
||||
"GHST",
|
||||
};
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue