mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
15 lines
233 B
Makefile
15 lines
233 B
Makefile
|
APPLICATION = pkg_umorse
|
||
|
include ../Makefile.tests_common
|
||
|
|
||
|
USEMODULE += xtimer
|
||
|
|
||
|
USEPKG += umorse
|
||
|
|
||
|
UMORSE_DELAY_DIT ?= 120
|
||
|
CFLAGS += -DUMORSE_DELAY_DIT=$(UMORSE_DELAY_DIT)
|
||
|
|
||
|
include $(RIOTBASE)/Makefile.include
|
||
|
|
||
|
test:
|
||
|
tests/01-run.py
|