Fix misaligned ifdef-endif pair

This commit is contained in:
BlackMark 2020-04-13 17:17:17 +02:00
parent dfb076cda8
commit 8f88cdccea

View File

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