boards/z1: adapted to non-legacy header

This commit is contained in:
Hauke Petersen 2015-09-02 17:06:58 +02:00
parent 54384fc7d1
commit 824a81ff3a

View File

@ -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;