just in case
This commit is contained in:
parent
1cc71ef8ec
commit
35c518dcc9
|
@ -53,6 +53,10 @@ enum class PE : uint8_t {
|
||||||
TunerStudioHandleCrcCommand,
|
TunerStudioHandleCrcCommand,
|
||||||
PwmConfigTogglePwmState,
|
PwmConfigTogglePwmState,
|
||||||
PwmConfigStateChangeCallback,
|
PwmConfigStateChangeCallback,
|
||||||
|
Temporary1,
|
||||||
|
Temporary2,
|
||||||
|
Temporary3,
|
||||||
|
Temporary4,
|
||||||
// enum_end_tag
|
// enum_end_tag
|
||||||
// The tag above is consumed by PerfTraceTool.java
|
// The tag above is consumed by PerfTraceTool.java
|
||||||
// please note that the tool requires a comma at the end of last value
|
// please note that the tool requires a comma at the end of last value
|
||||||
|
|
Loading…
Reference in New Issue