ploc udpdater wip

This commit is contained in:
Jakob.Meier
2021-08-04 10:20:36 +02:00
parent ba51ca58f3
commit c431deede0
7 changed files with 111 additions and 2 deletions

View File

@ -80,7 +80,9 @@ enum commonObjects: uint32_t {
RW3 = 0x44120003,
RW4 = 0x44120004,
START_TRACKER = 0x44130001
START_TRACKER = 0x44130001,
PLOC_UPDATER = 0x44300000
};
}