Merge pull request #7492 from Hyungsin/forupstream_samr21_uart

This commit is contained in:
Thomas Eichinger 2017-08-29 08:58:08 -07:00 committed by GitHub
commit f286f2a276

View File

@ -26,6 +26,7 @@
#include "periph/uart.h"
#include "periph/gpio.h"
#ifdef UART_NUMOF
/**
* @brief Allocate memory to store the callback functions
*/
@ -185,3 +186,4 @@ void UART_5_ISR(void)
irq_handler(5);
}
#endif
#endif