1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-16 17:52:43 +01:00
RIOT/tests/driver_at30tse75x/Makefile

11 lines
266 B
Makefile
Raw Normal View History

include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-leonardo arduino-nano \
arduino-uno
USEMODULE += at30tse75x
USEMODULE += shell
USEMODULE += shell_commands
include $(RIOTBASE)/Makefile.include