1
0
forked from fsfw/fsfw

has file system IF retvals

This commit is contained in:
2020-09-26 22:23:17 +02:00
parent 6eaade2395
commit c12110cbf1
2 changed files with 17 additions and 4 deletions

View File

@ -65,9 +65,9 @@ enum {
POOL_VARIABLE_IF, //PVA 59
HOUSEKEEPING_MANAGER, //HKM 60
DLE_ENCODER, //DLEE 61
PUS_PARSER, //PUSP 62
SERIAL_ANALYZER, //SERA 63
PUS_SERVICE_9, // PUS9 64
SERIAL_ANALYZER, //SERA 62
PUS_SERVICE_9, // PUS9 63
FILE_SYSTEM, // FLSY 64
FW_CLASS_ID_COUNT //is actually count + 1 !
};