From 961524c5ebfea13730e5b0fe902d2b72c01e8e43 Mon Sep 17 00:00:00 2001 From: "SAITO, Tetsuya" Date: Sun, 17 Jan 2021 17:40:45 +0900 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E3=81=97=E5=BF=98=E3=82=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 3310f84..9120f02 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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);