diff --git a/firmware/application/apps/ui_encoders.cpp b/firmware/application/apps/ui_encoders.cpp index f989634be..824a0f090 100644 --- a/firmware/application/apps/ui_encoders.cpp +++ b/firmware/application/apps/ui_encoders.cpp @@ -159,9 +159,9 @@ void EncodersConfigView::draw_waveform() { the waveform_buffer only controls drawing, the real send logic that been sent is controlled by frame_fragments so just for out of looking things*/ + // clang-format off size_t length = frame_fragments.length(); - // clang-format off #define PADDING_LEFT 1 #define PADDING_RIGHT 1 // clang-format on