str write command fix
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit

This commit is contained in:
Jakob Meier
2021-12-21 17:28:24 +01:00
parent 337a485fc1
commit 421866b739
4 changed files with 7 additions and 7 deletions

View File

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