From 754d2e072b51bc43c72a37d46e22337d594f18dc Mon Sep 17 00:00:00 2001 From: inmarket Date: Mon, 5 Oct 2015 07:33:26 +1000 Subject: [PATCH] Minor update --- boards/base/Embest-STM32-DMSTF4BB/board.mk | 2 +- boards/base/Embest-STM32-DMSTF4BB/example_chibios_2.x/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/base/Embest-STM32-DMSTF4BB/board.mk b/boards/base/Embest-STM32-DMSTF4BB/board.mk index 09bfaadf..cd17a8ae 100644 --- a/boards/base/Embest-STM32-DMSTF4BB/board.mk +++ b/boards/base/Embest-STM32-DMSTF4BB/board.mk @@ -1,6 +1,6 @@ GFXINC += $(GFXLIB)/boards/base/Embest-STM32-DMSTF4BB GFXSRC += -GFXDEFS += -DGFX_USE_CHIBIOS=FALSE +GFXDEFS += -DGFX_USE_CHIBIOS=TRUE include $(GFXLIB)/drivers/gdisp/SSD2119/driver.mk include $(GFXLIB)/drivers/ginput/touch/STMPE811/driver.mk diff --git a/boards/base/Embest-STM32-DMSTF4BB/example_chibios_2.x/Makefile b/boards/base/Embest-STM32-DMSTF4BB/example_chibios_2.x/Makefile index a9ba950b..d709f9fe 100644 --- a/boards/base/Embest-STM32-DMSTF4BB/example_chibios_2.x/Makefile +++ b/boards/base/Embest-STM32-DMSTF4BB/example_chibios_2.x/Makefile @@ -39,7 +39,7 @@ CXXFLAGS = -fno-rtti ASFLAGS = LDFLAGS = -SRC = board.c +SRC = OBJS = DEFS = LIBS =