pdec handler

This commit is contained in:
Jakob Meier
2021-11-01 12:41:20 +01:00
parent b7cd192185
commit 556a3986c1
18 changed files with 895 additions and 117 deletions

View File

@ -17,6 +17,7 @@ enum: uint8_t {
FILE_SYSTEM = 116,
PLOC_UPDATER = 117,
PLOC_MEMORY_DUMPER = 118,
PDEC_HANDLER = 119,
COMMON_SUBSYSTEM_ID_END
};
}