1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 01:05:10 +03:00

Issue 100 fixed

This commit is contained in:
bsongis 2012-08-20 15:45:58 +00:00
parent a4238e0b11
commit f9a2cec8b1

View file

@ -351,6 +351,10 @@ void sendByteDsm2(uint8_t b) //max 10changes 0 10 10 10 10 1
// This is the data stream to send, prepare after 19.5 mS
// Send after 22.5 mS
// TODO port to ARM Bryan's code
bool s_bind_mode = false; // Issue 98
bool s_rangecheck_mode = false;
uint8_t s_bind_allowed = 255; // Issue 98
//static uint8_t *Dsm2_pulsePtr = pulses2MHz.pbyte ;
void setupPulsesDsm2(uint8_t chns)