Update CFLAGS variable name for stm32

This commit is contained in:
embeddedt 2023-06-17 20:07:58 -04:00
parent bcaf84455d
commit 4766e9457b
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -38,7 +38,7 @@ FROZEN_MANIFEST ?= boards/manifest.py
MBOOT_TEXT0_ADDR ?= 0x08000000
# Disable TINY TTF, since build fails on stm32
CFLAGS_MOD += -DLV_USE_TINY_TTF=0
CFLAGS_EXTMOD += -DLV_USE_TINY_TTF=0
# include py core make definitions
include $(TOP)/py/py.mk