small correction

This commit is contained in:
Robin Müller 2021-10-11 16:01:14 +02:00
parent ad744fb593
commit ac8df112b1
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -12,7 +12,7 @@
*/ */
namespace SUBSYSTEM_ID { namespace SUBSYSTEM_ID {
enum: uint8_t { enum: uint8_t {
SUBSYSTEM_ID_START = 0, SUBSYSTEM_ID_START = FW_SUBSYSTEM_ID_RANGE,
SUBSYSTEM_ID_END // [EXPORT] : [END] SUBSYSTEM_ID_END // [EXPORT] : [END]
}; };
} }