mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
9 lines
185 B
Makefile
9 lines
185 B
Makefile
|
USEMODULE += rtt_rtc
|
||
|
|
||
|
CFLAGS += -DMOCK_RTT_FREQUENCY=32
|
||
|
CFLAGS += -DMOCK_RTT_MAX_VALUE=0xFFFF
|
||
|
|
||
|
# mulle always enables periph_rtt.
|
||
|
# This clashes with mock_rtt.
|
||
|
BOARD_BLACKLIST := mulle
|