mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 14:25:11 +03:00
Fix typo
This commit is contained in:
parent
7d2f3dff5a
commit
f2159b5a76
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ void sendSynchronousPulses()
|
||||||
{
|
{
|
||||||
for (uint8_t module = 0; module < NUM_MODULES; module++) {
|
for (uint8_t module = 0; module < NUM_MODULES; module++) {
|
||||||
if (isModuleSynchronous(module) && setupPulses(module)) {
|
if (isModuleSynchronous(module) && setupPulses(module)) {
|
||||||
#if defined(PCBHORUS) || defined(PCBTARAHIS)
|
#if defined(PCBHORUS) || defined(PCBTARANIS)
|
||||||
if (module == INTERNAL_MODULE)
|
if (module == INTERNAL_MODULE)
|
||||||
intmoduleSendNextFrame();
|
intmoduleSendNextFrame();
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue