aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gui.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gui.c b/gui.c
index ef90d63e..344ff0c5 100644
--- a/gui.c
+++ b/gui.c
@@ -35,6 +35,5 @@ void guiInit(void) {
void guiDrawButton(uint16_t x0, uint16_t y0, uint16_t x1, uint16_t y1, unsigned char *str, uint16_t fontColor, uint16_t buttonColor, uint8_t *state) {
lcdDrawRectString(x0, y0, x1, y1, str, fontColor, buttonColor);
-
}