diff --git a/sys/include/stdio_uart.h b/sys/include/stdio_uart.h index bfe975c67e..5b995d6383 100644 --- a/sys/include/stdio_uart.h +++ b/sys/include/stdio_uart.h @@ -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 *