1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 12:55:19 +03:00

Cleanup of the FrSky SPI RX code.

This commit is contained in:
mikeller 2017-08-20 23:22:00 +12:00
parent bd84749e92
commit a4ba8b3db8
9 changed files with 298 additions and 329 deletions

View file

@ -49,5 +49,6 @@ const char * const debugModeNames[DEBUG_COUNT] = {
"ALTITUDE",
"FFT",
"FFT_TIME",
"FFT_FREQ"
"FFT_FREQ",
"FRSKY_D_RX"
};