mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
0d279ea699
Signed-off-by: dylad <dylan.laduranty@mesotic.com>
8 lines
142 B
Makefile
8 lines
142 B
Makefile
APPLICATION = driver_adxl345
|
|
include ../Makefile.tests_common
|
|
|
|
USEMODULE += xtimer
|
|
USEMODULE += adxl345
|
|
|
|
include $(RIOTBASE)/Makefile.include
|