move core subsystem ID

This commit is contained in:
2023-01-26 16:20:46 +01:00
parent 7d1bf3f9ba
commit 694b885c0f
2 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,6 @@
namespace SUBSYSTEM_ID {
enum : uint8_t {
SUBSYSTEM_ID_START = COMMON_SUBSYSTEM_ID_END,
CORE = 137,
};
}