1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-18 11:03:50 +01:00
RIOT/drivers/slipdev/Makefile.dep
2020-07-20 14:32:16 +02:00

7 lines
127 B
Makefile

USEMODULE += tsrb
FEATURES_REQUIRED += periph_uart
ifneq (,$(filter slipdev_stdio,$(USEMODULE)))
USEMODULE += isrpipe
endif