split up psts

This commit is contained in:
2021-06-23 15:18:31 +02:00
committed by Robin.Mueller
parent 941e34ea0d
commit 56cabbc117
7 changed files with 426 additions and 333 deletions

View File

@ -48,6 +48,9 @@ enum commonObjects: uint32_t {
SUS_11 = 0x44000021,
SUS_12 = 0x44000022,
SUS_13 = 0x44000023,
GPS0_HANDLER = 0x44001000,
GPS1_HANDLER = 0x44002000
};
}