We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ca8323 commit 6a4103cCopy full SHA for 6a4103c
Makefile
@@ -28,7 +28,7 @@ IS_LIBRARY:=1
28
# Be sure that your header files are in the include directory inside of a folder with the
29
# same name as what you set LIBNAME to below.
30
LIBNAME:=hardware
31
-VERSION:=0.4.1
+VERSION:=0.4.2
32
# EXCLUDE_SRC_FROM_LIB= $(SRCDIR)/unpublishedfile.c
33
# this line excludes opcontrol.c and similar files
34
EXCLUDE_SRC_FROM_LIB+=$(foreach file, $(SRCDIR)/main,$(foreach cext,$(CEXTS),$(file).$(cext)) $(foreach cxxext,$(CXXEXTS),$(file).$(cxxext)))
0 commit comments