mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
725472cbc4
If module `arduino_serial_stdio` is used and `ARDUINO_UART_DEV` is `UART_UNDEF`, the STDIO is used for `Serial`. It requires that the used `stdio` backend implements `stdio_available`.
4 lines
164 B
Plaintext
4 lines
164 B
Plaintext
# this file enables modules defined in Kconfig. Do not use this file for
|
|
# application configuration. This is only needed during migration.
|
|
CONFIG_MODULE_ARDUINO=y
|