Compare commits

...

1 Commits

Author SHA1 Message Date
8f88cdccea Fix misaligned ifdef-endif pair 2020-04-13 17:17:17 +02:00

View File

@@ -127,10 +127,14 @@ class Hardware1<cfg, Driven::INTERRUPT, mode>
} }
}; };
#endif
} // namespace uart } // namespace uart
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
#ifdef HAS_UART1
// Forward declare interrupt functions to allow adding them as friends // Forward declare interrupt functions to allow adding them as friends
extern "C" { extern "C" {
void USART1_RX_vect() __attribute__((signal)); void USART1_RX_vect() __attribute__((signal));