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

Merge pull request #1592 from thomaseichinger/ccn-lite-relay-rtc

examples/ccn-lite-relay: remove unnecessary USEMODULE
This commit is contained in:
Thomas Eichinger 2014-08-21 17:53:05 +02:00
commit 78041ea15d

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