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
dev/timer
Christian Mehlis 9 years ago
parent 66712c0af4
commit 2f4c4caa5d

@ -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

Loading…
Cancel
Save