1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/slipdev
Marian Buschsieweke adfe9ac306
drivers/slipdev: fix logic bug
A typo resulted in a boolean expression to always be true and the
`_poweron()` function to always exit early. This fixes the issue.
2023-05-19 23:01:30 +02:00
..
include slipdev_stdio: provide stdio multiplexing over SLIP 2020-03-06 08:58:45 +01:00
Kconfig sys/net/gnrc/netif: allow checking if a netdev is legacy or new API 2022-08-17 12:56:07 +02:00
Makefile slipdev_stdio: provide stdio multiplexing over SLIP 2020-03-06 08:58:45 +01:00
Makefile.dep sys/net/gnrc/netif: allow checking if a netdev is legacy or new API 2022-08-17 12:56:07 +02:00
Makefile.include drivers: move USEMODULE_INCLUDES in each driver directories 2020-07-15 20:36:27 +02:00
slipdev.c drivers/slipdev: fix logic bug 2023-05-19 23:01:30 +02:00
stdio.c slipdev_stdio: provide stdio multiplexing over SLIP 2020-03-06 08:58:45 +01:00