1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-23 05:23:50 +01:00

9 lines
179 B
Makefile

BOARD ?= stm32f746g-disco
include ../Makefile.drivers_common
DISABLE_MODULE += test_utils_interactive_sync
USEMODULE += touch_dev_gestures
include $(RIOTBASE)/Makefile.include