Blame view

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