Fix misaligned ifdef-endif pair
This commit is contained in:
parent
dfb076cda8
commit
8f88cdccea
@ -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));
|
||||||
|
Loading…
Reference in New Issue
Block a user