mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/sipeed-longan-nano: default to TFT version if st7735 is used
This commit is contained in:
parent
3f389d0b15
commit
ce653b74cd
@ -1,3 +1,8 @@
|
||||
PORT_LINUX ?= /dev/ttyACM0
|
||||
PROGRAMMER ?= dfu-util
|
||||
|
||||
ifneq (,$(filter st7735,$(USEMODULE)))
|
||||
CFLAGS += '-DCONFIG_SIPEED_LONGAN_NANO_WITH_TFT=1'
|
||||
endif
|
||||
|
||||
include $(RIOTBOARD)/common/gd32v/Makefile.include
|
||||
|
Loading…
Reference in New Issue
Block a user