1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 17:25:13 +03:00

DSM2=SERIAL was broken if EXT!=FRSKY (fix #1498)

This commit is contained in:
Andre Bernet 2014-07-13 15:26:14 +02:00
parent 28c900e3f7
commit 4d945b5d95

View file

@ -3060,7 +3060,7 @@ FORCEINLINE void DSM2_USART0_vect()
#if !defined(SIMU) && !defined(CPUARM)
#if defined (FRSKY) || defined(DSM2_SERIAL)
#if defined (FRSKY)
// USART0 Transmit Data Register Emtpy ISR
FORCEINLINE void FRSKY_USART0_vect()