sys/stdio_uart: document stdin module requirement
This commit is contained in:
parent
7f5a402267
commit
c10905623d
@ -13,6 +13,12 @@
|
|||||||
*
|
*
|
||||||
* @brief Standard input/output backend using UART
|
* @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
|
* @file
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user