star tracker image helper

This commit is contained in:
Jakob Meier
2021-11-29 11:04:56 +01:00
parent b84bdcc0fc
commit 077913400f
13 changed files with 632 additions and 114 deletions

View File

@ -90,7 +90,8 @@ enum commonObjects: uint32_t {
START_TRACKER = 0x44130001,
PLOC_UPDATER = 0x44330000,
PLOC_MEMORY_DUMPER = 0x44330001
PLOC_MEMORY_DUMPER = 0x44330001,
STR_IMG_HELPER = 0x44330002
};
}