Skip to content

Commit 30171bd

Browse files
update template version
1 parent f82b029 commit 30171bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ EXCLUDE_COLD_LIBRARIES:=
2626
# Set this to 1 to add additional rules to compile your project as a PROS library template
2727
IS_LIBRARY:=1
2828
LIBNAME:=liblvgl
29-
VERSION:=5.3.0
29+
VERSION:=7.11.0
3030
# EXCLUDE_SRC_FROM_LIB= $(SRCDIR)/unpublishedfile.c
3131
# this line excludes opcontrol.c and similar files
3232
EXCLUDE_SRC_FROM_LIB+=$(foreach file, $(SRCDIR)/main,$(foreach cext,$(CEXTS),$(file).$(cext)) $(foreach cxxext,$(CXXEXTS),$(file).$(cxxext)))

0 commit comments

Comments
 (0)