add USLP class ID

This commit is contained in:
Robin Müller 2022-02-12 21:36:58 +01:00
parent 70e1db0954
commit e2a0c62188
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ enum : uint8_t {
MGM_LIS3MDL, // MGMLIS3
MGM_RM3100, // MGMRM3100
SPACE_PACKET_PARSER, // SPPA
USLP, // USLP
FW_CLASS_ID_COUNT // [EXPORT] : [END]
};