mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 17:55:19 +03:00
DSM2=SERIAL was broken if EXT!=FRSKY (fix #1498)
This commit is contained in:
parent
28c900e3f7
commit
4d945b5d95
1 changed files with 1 additions and 1 deletions
|
@ -3060,7 +3060,7 @@ FORCEINLINE void DSM2_USART0_vect()
|
||||||
|
|
||||||
#if !defined(SIMU) && !defined(CPUARM)
|
#if !defined(SIMU) && !defined(CPUARM)
|
||||||
|
|
||||||
#if defined (FRSKY) || defined(DSM2_SERIAL)
|
#if defined (FRSKY)
|
||||||
|
|
||||||
// USART0 Transmit Data Register Emtpy ISR
|
// USART0 Transmit Data Register Emtpy ISR
|
||||||
FORCEINLINE void FRSKY_USART0_vect()
|
FORCEINLINE void FRSKY_USART0_vect()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue