mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
New trainer modes:
- Master / SBUS module - Master / CPPM module - Master / SBUS in battery compartment Thanks to Mike for this feature!
This commit is contained in:
parent
3aaa4b014b
commit
440cd6a162
12 changed files with 200 additions and 32 deletions
|
@ -923,7 +923,7 @@ extern uint16_t maxLuaDuration;
|
|||
#endif
|
||||
|
||||
#if defined(PCBTARANIS)
|
||||
static inline uint16_t getTmr2MHz() { return TIM3->CNT; }
|
||||
static inline uint16_t getTmr2MHz() { return TIM7->CNT; }
|
||||
#elif defined(PCBSKY9X)
|
||||
static inline uint16_t getTmr2MHz() { return TC1->TC_CHANNEL[0].TC_CV; }
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue