mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 22:12:44 +01:00
9 lines
178 B
Makefile
9 lines
178 B
Makefile
BOARD ?= stm32f746-disco
|
|
include ../Makefile.drivers_common
|
|
|
|
DISABLE_MODULE += test_utils_interactive_sync
|
|
|
|
USEMODULE += touch_dev_gestures
|
|
|
|
include $(RIOTBASE)/Makefile.include
|