flash write wip

This commit is contained in:
Jakob Meier
2022-01-07 09:50:04 +01:00
parent f8eebe2e7d
commit 45c7f9555d
7 changed files with 73 additions and 34 deletions

View File

@ -91,7 +91,8 @@ enum commonObjects: uint32_t {
PLOC_UPDATER = 0x44330000,
PLOC_MEMORY_DUMPER = 0x44330001,
STR_HELPER = 0x44330002
STR_HELPER = 0x44330002,
PLOC_MPSOC_HELPER = 0x44330003
};
}