Merge pull request #5686 from OTAkeys/pr/fix_uart_test

tests/periph_uart: include uart_stdio.h
This commit is contained in:
Martine Lenders 2016-09-28 07:08:54 +02:00 committed by GitHub
commit 4161ae1f11

View File

@ -28,6 +28,7 @@
#include "msg.h"
#include "ringbuffer.h"
#include "periph/uart.h"
#include "uart_stdio.h"
#define SHELL_BUFSIZE (128U)
#define UART_BUFSIZE (128U)