mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
G9X / stock boards -- last commit was in error, again :'(. Fixed here. Need to sleep.
This commit is contained in:
parent
495c67406c
commit
631079ff1b
1 changed files with 2 additions and 1 deletions
|
@ -573,8 +573,9 @@ void setupPulsesDsm2()
|
||||||
|
|
||||||
#if !defined(GRUVIN9XPCB)
|
#if !defined(GRUVIN9XPCB)
|
||||||
//G: Removed to get waveform correct on analyser. Leave in for stock board until tests can be done.
|
//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
|
#endif
|
||||||
|
_send_1(0); //end of pulse stream
|
||||||
|
|
||||||
pulses2MHzRPtr = pulses2MHz;
|
pulses2MHzRPtr = pulses2MHz;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue