Compare commits
1 Commits
dfb076cda8
...
8f88cdccea
| Author | SHA1 | Date | |
|---|---|---|---|
| 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));
|
||||||
|
|||||||
Reference in New Issue
Block a user