Blame view

RIOT/tests/xtimer_now64_continuity/Makefile 147 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
  APPLICATION = xtimer_now64_continuity
  include ../Makefile.tests_common
  
  USEMODULE += fmt
  USEMODULE += xtimer
  
  include $(RIOTBASE)/Makefile.include