Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
ktpss95112 authored and john0312 committed Jul 21, 2024
1 parent a5bdc2e commit 5e986b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fw/Core/Hitcon/Logic/Display/display.cc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ static int display_mode;
// will be updated when display_get_frame is called
static int display_current_frame;
static hitcon::TextEditorDisplay *text_editor_display;
static int display_orientation = 0; // 0: normal, 1: upside down
static int display_orientation = 0; // 0: normal, 1: upside down

// TODO: use union to save memory if we want to store other info for other modes
struct {
Expand Down

0 comments on commit 5e986b0

Please sign in to comment.