rusefi/firmware/hw_layer/drivers/can/can_category.h

18 lines
215 B
C
Raw Normal View History

2022-09-18 17:44:00 -07:00
/**
* can_category.h
*/
#pragma once
enum class CanCategory : uint16_t {
NBC = 0,
VERBOSE = 1,
LUA = 2,
DOWNSTREAM_FLASHING = 3,
SERIAL = 4,
WBO_SERVICE = 5,
OBD = 6,
2022-09-29 20:01:06 -07:00
BENCH_TEST = 7,
2024-04-14 13:42:47 -07:00
MEGASQUIRT = 8,
2022-09-18 17:44:00 -07:00
};