Make Object Manager a Singleton and Refactored Linux Error Printing #424

Merged
gaisser merged 20 commits from KSat/fsfw:mueller/master into development 2021-06-08 15:01:00 +02:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit 33e7c635c5 - Show all commits

View File

@ -72,6 +72,9 @@ enum: uint8_t {
PUS_SERVICE_3, //PUS3
PUS_SERVICE_9, //PUS9
FILE_SYSTEM, //FILS
HAL_SPI, //HSPI
HAL_UART, //HURT
HAL_I2C, //HI2C
FW_CLASS_ID_COUNT // [EXPORT] : [END]
};