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

ccnl: remove useless config module

This commit is contained in:
Christian Mehlis 2014-04-20 21:13:55 +02:00
parent 66712c0af4
commit 9eb07e0a01
2 changed files with 0 additions and 2 deletions

View File

@ -41,7 +41,6 @@ BOARD_BLACKLIST := chronos mbed_lpc1768 msb-430 msb-430h redbee-econotag \
# Modules to include: # Modules to include:
USEMODULE += config
USEMODULE += shell USEMODULE += shell
USEMODULE += shell_commands USEMODULE += shell_commands
USEMODULE += posix USEMODULE += posix

View File

@ -41,7 +41,6 @@ BOARD_BLACKLIST := chronos mbed_lpc1768 msb-430 msb-430h redbee-econotag \
# Modules to include: # Modules to include:
USEMODULE += config
USEMODULE += posix USEMODULE += posix
USEMODULE += transceiver USEMODULE += transceiver