Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
zxkmm committed Oct 28, 2024
1 parent ae82d02 commit b1045f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/application/apps/ui_encoders.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b1045f0

Please sign in to comment.