aboutsummaryrefslogtreecommitdiffstats
path: root/boards/base
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2015-10-05 07:33:26 +1000
committerinmarket <andrewh@inmarket.com.au>2015-10-05 07:34:17 +1000
commita73a86e57533ea96764658fe847bd33c4347111a (patch)
tree84f4ebfeb6c55db990fa7165e99b057003789b84 /boards/base
parent0ab22283645c819dc6228356ed1b608904a6ba9a (diff)
downloaduGFX-a73a86e57533ea96764658fe847bd33c4347111a.tar.gz
uGFX-a73a86e57533ea96764658fe847bd33c4347111a.tar.bz2
uGFX-a73a86e57533ea96764658fe847bd33c4347111a.zip
Minor update
Diffstat (limited to 'boards/base')
-rw-r--r--boards/base/Embest-STM32-DMSTF4BB/board.mk2
-rw-r--r--boards/base/Embest-STM32-DMSTF4BB/example_chibios_2.x/Makefile2
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 =