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:
parent
2063c4e85f
commit
b323395c7a
@ -47,7 +47,6 @@ USEMODULE += shell_commands
|
||||
USEMODULE += posix
|
||||
USEMODULE += ps
|
||||
USEMODULE += random
|
||||
USEMODULE += transceiver
|
||||
USEMODULE += defaulttransceiver
|
||||
USEMODULE += rtc
|
||||
USEMODULE += crypto_sha256
|
||||
|
Loading…
Reference in New Issue
Block a user