can_category: MEGASQUIRT

This commit is contained in:
Andrey Gusakov 2024-04-14 23:42:47 +03:00 committed by rusefillc
parent 04806f93d5
commit aff9381a94
1 changed files with 1 additions and 0 deletions

View File

@ -13,4 +13,5 @@ enum class CanCategory : uint16_t {
WBO_SERVICE = 5,
OBD = 6,
BENCH_TEST = 7,
MEGASQUIRT = 8,
};