Blame view

RIOT/tests/driver_io1_xplained/Makefile 178 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
  APPLICATION = driver_io1_xplained
  include ../Makefile.tests_common
  
  USEMODULE += io1_xplained
  USEMODULE += xtimer
  USEMODULE += printf_float
  
  include $(RIOTBASE)/Makefile.include