mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
Typo
This commit is contained in:
parent
ca22ba0494
commit
8cdcf565c2
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ extern uint8_t channel_order(uint8_t x);
|
|||
constexpr uint8_t HEART_TIMER_10MS = 0x01;
|
||||
constexpr uint8_t HEART_TIMER_PULSES = 0x02; // when multiple modules this is the first one
|
||||
#if defined(HARDWARE_INTERNAL_MODULE)
|
||||
constexpr uint8_t HEART_WDT_CHECK = HEART_TIMER_10MS + (HEART_TIMER_PULSES << INTERNAL_MODULE) + (HEART_TIMER_PULSES << EXTERNAL_MODOULE);
|
||||
constexpr uint8_t HEART_WDT_CHECK = HEART_TIMER_10MS + (HEART_TIMER_PULSES << INTERNAL_MODULE) + (HEART_TIMER_PULSES << EXTERNAL_MODULE);
|
||||
#else
|
||||
constexpr uint8_t HEART_WDT_CHECK = HEART_TIMER_10MS + (HEART_TIMER_PULSES << EXTERNAL_MODULE);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue