Skip to content

Commit 951ee26

Browse files
committed
SQUASH ME: tests that require txtsnd
1 parent c053228 commit 951ee26

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/driver_kw2xrf/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ BOARD_INSUFFICIENT_MEMORY := stm32f0discovery nucleo-f334 weio
77

88
USEMODULE += auto_init_gnrc_netif
99
USEMODULE += gnrc_netif
10+
USEMODULE += gnrc_txtsnd
1011
USEMODULE += gnrc_nomac
1112
USEMODULE += gnrc_pktdump
1213
USEMODULE += shell

tests/driver_xbee/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ BOARD_INSUFFICIENT_MEMORY := nucleo-f030 nucleo-f334 stm32f0discovery weio \
88

99
USEMODULE += xbee
1010
USEMODULE += gnrc_netif
11+
USEMODULE += gnrc_txtsnd
1112
USEMODULE += gnrc_netdev2
1213
USEMODULE += auto_init_gnrc_netif
1314
USEMODULE += gnrc_pktdump

0 commit comments

Comments
 (0)