boards/z1: adapted to non-legacy header
This commit is contained in:
parent
54384fc7d1
commit
824a81ff3a
@ -104,7 +104,7 @@ uint8_t uart_readByte(void)
|
||||
/**
|
||||
* \brief the interrupt handler for UART reception
|
||||
*/
|
||||
interrupt(USCIAB0RX_VECTOR) usart1irq(void)
|
||||
void __attribute__((interrupt(USCIAB0RX_VECTOR))) usart1irq(void)
|
||||
{
|
||||
volatile int c;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user