Blame view

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