added pst for peripheral tests

This commit is contained in:
2021-06-09 23:53:44 +02:00
parent ac549216de
commit 5cbe18caa6
7 changed files with 81 additions and 2 deletions

View File

@ -8,6 +8,10 @@ enum mission_objects {
/* 0x62 ('b') Board and mission specific objects */
UDP_BRIDGE = 0x62000300,
UDP_POLLING_TASK = 0x62000400,
SPI_COM_IF = 0x63001000,
SPI_DEVICE_TEST = 0x74001000,
/* Generic name for FSFW static ID setter */
DOWNLINK_DESTINATION = UDP_BRIDGE
};