Fix spelling errors in comments

This commit is contained in:
Michael Jakob 2014-12-05 08:09:07 +01:00 committed by Dominic Clifton
parent 7b2c3be563
commit c09877e5b9
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ extern int16_t rcData[MAX_SUPPORTED_RC_CHANNEL_COUNT]; // interval [1000;2
typedef struct rxConfig_s {
uint8_t rcmap[MAX_MAPPABLE_RX_INPUTS]; // mapping of radio channels to internal RPYTA+ order
uint8_t serialrx_provider; // type of UART-based receiver (0 = spek 10, 1 = spek 11, 2 = sbus). Must be enabled by FEATURE_RX_SERIAL first.
uint8_t spektrum_sat_bind; // number of bind pules for Spektrum sattelite recievers
uint8_t spektrum_sat_bind; // number of bind pulses for Spektrum satellite receivers
uint16_t midrc; // Some radios have not a neutral point centered on 1500. can be changed here
uint16_t mincheck; // minimum rc end
uint16_t maxcheck; // maximum rc end