From 18b32f4fcd3a59c90c72939ed490a52ab4cccb52 Mon Sep 17 00:00:00 2001 From: Oleg Hahm <oleg@hobbykeller.org> Date: Wed, 5 Nov 2014 11:22:08 +0100 Subject: [PATCH] iot-lab_M3: complement stdio documentation --- boards/iot-lab_M3/include/board.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/boards/iot-lab_M3/include/board.h b/boards/iot-lab_M3/include/board.h index 2e5965a92d..5b2247a697 100644 --- a/boards/iot-lab_M3/include/board.h +++ b/boards/iot-lab_M3/include/board.h @@ -39,7 +39,8 @@ extern "C" { #define F_CPU CLOCK_CORECLOCK /** - * @name Define the UART to be used as stdio and its baudrate + * @name Define the UART to be used as stdio, its baudrate, and the size of + * receiving ringbuffer * @{ */ #define STDIO UART_0 -- GitLab