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

ccnl: don't include transceiver and defaulttransceiver

This removes the duplicate include of the transceiver.
The transceiver module is a dependency of the
defaulttransceiver, so an explicite include is not needed
This commit is contained in:
Christian Mehlis 2014-04-19 20:45:37 +02:00
parent 2063c4e85f
commit b323395c7a

View File

@ -47,7 +47,6 @@ USEMODULE += shell_commands
USEMODULE += posix
USEMODULE += ps
USEMODULE += random
USEMODULE += transceiver
USEMODULE += defaulttransceiver
USEMODULE += rtc
USEMODULE += crypto_sha256