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

Follow up to #1053
This commit is contained in:
Christian Mehlis 2014-04-30 14:05:40 +02:00
parent 66712c0af4
commit 2f4c4caa5d

View File

@ -44,7 +44,6 @@ BOARD_BLACKLIST := chronos mbed_lpc1768 msb-430 msb-430h redbee-econotag \
USEMODULE += config
USEMODULE += posix
USEMODULE += transceiver
USEMODULE += defaulttransceiver
USEMODULE += rtc
USEMODULE += crypto_sha256