Skip to content

Commit

Permalink
修正し忘れ
Browse files Browse the repository at this point in the history
  • Loading branch information
3110 committed Jan 17, 2021
1 parent d4eb6d8 commit 961524c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,7 @@ extern void setRecv(const bool);
extern const char *getDumpButtonName(const bool);
extern bool getDumped(void);
extern bool toggleDumped(const bool);
extern void setButtonName(enum ButtonName,
const int16_t, const int16_t,
const char *);
extern void setButtonName(enum ButtonName, const char *);
extern void setDumpButton(const enum ButtonName, const bool dumped);

TFT_eSprite sprite = TFT_eSprite(&M5.Lcd);
Expand Down

0 comments on commit 961524c

Please sign in to comment.