1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sys/kconfig: Update todo

This commit is contained in:
MrKevinWeiss 2021-12-03 12:16:32 +01:00
parent 6475609440
commit f0790ebca1
No known key found for this signature in database
GPG Key ID: 3514539D7808D123

View File

@ -13,7 +13,7 @@ choice STDIO_IMPLEMENTATION
default MODULE_STDIO_NATIVE if CPU_ARCH_NATIVE
default MODULE_STDIO_UART
# TODO: Add MODULE_STDIO_CDC_ACM, MODULE_STDIO_RTT, and MODULE_STDIO_ETHOS
# TODO: Add MODULE_STDIO_RTT, and MODULE_STDIO_ETHOS
config MODULE_SLIPDEV_STDIO
bool "SLIP network device"