Fix for STM32 board

This commit is contained in:
pascallanger
2016-10-17 08:37:09 +02:00
parent 8a177c34fa
commit eb6fc4f8cf
2 changed files with 7 additions and 19 deletions

View File

@@ -599,9 +599,6 @@ void TelemetryUpdate()
ISR(USARTC0_DRE_vect)
#else
#ifdef STM32_BOARD
#ifdef __cplusplus
extern "C" {
#endif
void __irq_usart3()
#else
ISR(USART_UDRE_vect)
@@ -630,11 +627,6 @@ void TelemetryUpdate()
tx_pause(); // Check if all data is transmitted . if yes disable transmitter UDRE interrupt
#endif
}
#if defined STM32_BOARD
#ifdef __cplusplus
}
#endif
#endif //STM32_BOARD
#else //BASH_SERIAL
// Routines for bit-bashed serial output