added hal class ids

This commit is contained in:
Robin Müller 2021-06-05 00:05:03 +02:00
parent 070c3f3bbf
commit 33e7c635c5
No known key found for this signature in database
GPG Key ID: BE6480244DFE612C
1 changed files with 3 additions and 0 deletions

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]
};