diff options
Diffstat (limited to 'boards/base')
-rw-r--r-- | boards/base/STM32F746-Discovery/example_chibios3/Makefile | 2 | ||||
-rw-r--r-- | boards/base/STM32F746-Discovery/example_raw32/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/boards/base/STM32F746-Discovery/example_chibios3/Makefile b/boards/base/STM32F746-Discovery/example_chibios3/Makefile index c265cada..8e6c70a5 100644 --- a/boards/base/STM32F746-Discovery/example_chibios3/Makefile +++ b/boards/base/STM32F746-Discovery/example_chibios3/Makefile @@ -15,7 +15,7 @@ # See $(GFXLIB)/tools/gmake_scripts/library_ugfx.mk for the list of variables GFXLIB = ../ugfx GFXBOARD = STM32F746-Discovery - GFXDEMO = modules/gdisp/streaming + GFXDEMO = applications/combo #GFXDRIVERS = GFXSINGLEMAKE = no diff --git a/boards/base/STM32F746-Discovery/example_raw32/Makefile b/boards/base/STM32F746-Discovery/example_raw32/Makefile index c6540bba..05106186 100644 --- a/boards/base/STM32F746-Discovery/example_raw32/Makefile +++ b/boards/base/STM32F746-Discovery/example_raw32/Makefile @@ -15,7 +15,7 @@ # See $(GFXLIB)/tools/gmake_scripts/library_ugfx.mk for the list of variables GFXLIB = ../ugfx GFXBOARD = STM32F746-Discovery - GFXDEMO = modules/gdisp/streaming + GFXDEMO = applications/combo #GFXDRIVERS = GFXSINGLEMAKE = no |