diff --git a/firmware/development/perf_trace.h b/firmware/development/perf_trace.h index a45120480b..cf2e9cb7a4 100644 --- a/firmware/development/perf_trace.h +++ b/firmware/development/perf_trace.h @@ -53,6 +53,10 @@ enum class PE : uint8_t { TunerStudioHandleCrcCommand, PwmConfigTogglePwmState, PwmConfigStateChangeCallback, + Temporary1, + Temporary2, + Temporary3, + Temporary4, // enum_end_tag // The tag above is consumed by PerfTraceTool.java // please note that the tool requires a comma at the end of last value