1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request https://github.com/RIOT-OS/applications/pull/26 from OlegHahm/sniffer_api_update

sniffer: update to RIOT master module name
This commit is contained in:
Hauke Petersen 2016-04-08 15:44:48 +02:00
commit 571ca99c51

View File

@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../../RIOT
# Define modules that are used # Define modules that are used
USEMODULE += gnrc USEMODULE += gnrc
USEMODULE += gnrc_netif_default USEMODULE += gnrc_netdev_default
USEMODULE += auto_init_gnrc_netif USEMODULE += auto_init_gnrc_netif
USEMODULE += shell USEMODULE += shell
USEMODULE += shell_commands USEMODULE += shell_commands