Skip to content

Commit

Permalink
Update CFLAGS variable name for stm32
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedt committed Jun 18, 2023
1 parent bcaf844 commit 4766e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/stm32/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4766e94

Please sign in to comment.