diff options
Diffstat (limited to 'boards/base/STM32F746-Discovery/example_chibios3')
-rw-r--r-- | boards/base/STM32F746-Discovery/example_chibios3/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |