Add WUMS_MODULE_SKIP_WUT_INIT() macro to skip wut init/fini calls

This commit is contained in:
Maschell
2021-02-19 16:35:44 +01:00
parent d59c15531d
commit a9aabcd149
3 changed files with 4 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ include $(TOPDIR)/share/wums_rules
export WUMS_MAJOR := 0
export WUMS_MINOR := 1
export WUMS_PATCH := 1
export WUMS_PATCH := 2
VERSION := $(WUMS_MAJOR).$(WUMS_MINOR).$(WUMS_PATCH)