WUMS 0.2.1, increase maximum number of plugin to 32

This commit is contained in:
Maschell 2021-10-31 16:08:31 +01:00
parent e46b58daed
commit fd21c46d8c
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -57,8 +57,8 @@ typedef struct module_information_single_t {
uint8_t initBeforeRelocationDoneHook;
} module_information_single_t;
#define MAXIMUM_MODULES 8
#define MODULE_INFORMATION_VERSION 0x00000004
#define MAXIMUM_MODULES 32
#define MODULE_INFORMATION_VERSION 0x00000005
typedef struct module_information_t {
uint32_t version;