1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

examples/ccn-lite-relay: remove unnecessary USEMODULE

This commit is contained in:
Thomas Eichinger 2014-08-21 17:17:58 +02:00
parent 89a26b7331
commit e6798a8250

View File

@ -45,7 +45,6 @@ BOARD_BLACKLIST := arduino-due mbed_lpc1768 msb-430 pttu udoo qemu-i386 \
USEMODULE += posix
USEMODULE += defaulttransceiver
USEMODULE += rtc
USEMODULE += ccn_lite
include $(RIOTBASE)/Makefile.include