diff --git a/src/main/rx/rx.h b/src/main/rx/rx.h index 117269f18..7d06f8e9d 100644 --- a/src/main/rx/rx.h +++ b/src/main/rx/rx.h @@ -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