apply auto-formatter
All checks were successful
fsfw/fsfw example hosted/pipeline/head This commit looks good
All checks were successful
fsfw/fsfw example hosted/pipeline/head This commit looks good
This commit is contained in:
@ -5,11 +5,11 @@
|
||||
|
||||
namespace objects {
|
||||
enum mission_objects {
|
||||
/* 0x62 ('b') Board and mission specific objects */
|
||||
TCPIP_TMTC_BRIDGE = 0x62000300,
|
||||
TCPIP_TMTC_POLLING_TASK = 0x62000400,
|
||||
/* Generic name for FSFW static ID setter */
|
||||
DOWNLINK_DESTINATION = TCPIP_TMTC_BRIDGE
|
||||
/* 0x62 ('b') Board and mission specific objects */
|
||||
TCPIP_TMTC_BRIDGE = 0x62000300,
|
||||
TCPIP_TMTC_POLLING_TASK = 0x62000400,
|
||||
/* Generic name for FSFW static ID setter */
|
||||
DOWNLINK_DESTINATION = TCPIP_TMTC_BRIDGE
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user