Blame view

RIOT/tests/xtimer_remove/Makefile 165 Bytes
fb11e647   vrobic   reseau statique a...
1
2
3
4
5
6
7
8
9
  APPLICATION = xtimer_remove
  include ../Makefile.tests_common
  
  BOARD ?= native
  RIOTBASE ?= $(CURDIR)/../..
  
  USEMODULE += xtimer
  
  include $(RIOTBASE)/Makefile.include