Skip to content

Commit

Permalink
release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ballaswag committed Dec 19, 2023
1 parent eb5e890 commit cf8f42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ include $(LVGL_DIR)/lv_drivers/lv_drivers.mk

CSRCS += $(wildcard $(LVGL_DIR)/assets/*.c)

ifeq ($(GUPPY_THEME),"zbolt")
ifeq ($(GUPPY_THEME),zbolt)
CSRCS += $(wildcard $(LVGL_DIR)/assets/zbolt/*.c)
DEFINES += -D ZBOLT
else
Expand Down

0 comments on commit cf8f42c

Please sign in to comment.