timer stamper in fsfw now

This commit is contained in:
Robin Müller 2020-11-03 22:25:14 +01:00
parent c69681b402
commit d87f78f5c3
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ enum framework_objects {
//IDs for PUS Packet Communication
TC_STORE = 0x534f0100,
TM_STORE = 0x534f0200,
TIME_STAMPER = 0x53500010,
NO_OBJECT = 0xFFFFFFFF
};