1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 09:15:38 +03:00

G9X / stock boards -- last commit was in error, again :'(. Fixed here. Need to sleep.

This commit is contained in:
gruvin@gmail.com 2012-11-01 10:28:35 +00:00
parent 495c67406c
commit 631079ff1b

View file

@ -573,8 +573,9 @@ void setupPulsesDsm2()
#if !defined(GRUVIN9XPCB)
//G: Removed to get waveform correct on analyser. Leave in for stock board until tests can be done.
_send_1(0); //end of pulse stream
_send_1(255); // prolong them
#endif
_send_1(0); //end of pulse stream
pulses2MHzRPtr = pulses2MHz;
}