sys/stdio_uart: document stdin module requirement

This commit is contained in:
Alexandre Abadie 2019-06-10 17:57:31 +02:00
parent 7f5a402267
commit c10905623d
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -13,6 +13,12 @@
*
* @brief Standard input/output backend using UART
*
* @warning Standard input is disabled by default on UART. To enable it, load
* the `stdin` module in your application:
* ```
* USEMODULE += stdin
* ```
*
* @{
* @file
*