Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
john0312 committed Aug 17, 2024
1 parent 91cb3f1 commit d3195ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fw/Core/Hitcon/App/DinoApp.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#include <Logic/Display/display.h>
#include <Logic/GameScore.h>
#include <Logic/RandomPool.h>
#include <Secret/secret.h>
#include <Service/Sched/Scheduler.h>
#include <Util/uint_to_str.h>
#include <Secret/secret.h>

#include <cmath>

Expand Down
6 changes: 3 additions & 3 deletions fw/Core/Hitcon/Secret/secret.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ constexpr button_t COMBO_BUTTON[] = {
BUTTON_RIGHT, BUTTON_LEFT, BUTTON_RIGHT, BUTTON_BRIGHTNESS, BUTTON_MODE,
};
constexpr button_t COMBO_BUTTON_DINO[] = {
BUTTON_DOWN, BUTTON_DOWN, BUTTON_RIGHT, BUTTON_RIGHT, BUTTON_OK
};
BUTTON_DOWN, BUTTON_DOWN, BUTTON_RIGHT, BUTTON_RIGHT, BUTTON_OK};
constexpr size_t COMBO_BUTTON_LEN = sizeof(COMBO_BUTTON) / sizeof(button_t);
constexpr size_t COMBO_BUTTON_DINO_LEN = sizeof(COMBO_BUTTON_DINO) / sizeof(button_t);
constexpr size_t COMBO_BUTTON_DINO_LEN =
sizeof(COMBO_BUTTON_DINO) / sizeof(button_t);
extern int combo_button_ctr;

constexpr uint8_t kGameAchievementData[] = {
Expand Down

0 comments on commit d3195ae

Please sign in to comment.