From 9b7b53478dab3ef1af1acf55134ba55f3a7ef00a Mon Sep 17 00:00:00 2001 From: Niel Nielsen Date: Wed, 20 May 2020 16:27:36 +0200 Subject: [PATCH] Update Button.h --- Firmware/Chameleon-Mini/Button.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/Chameleon-Mini/Button.h b/Firmware/Chameleon-Mini/Button.h index 2a8fc87..4ec4833 100644 --- a/Firmware/Chameleon-Mini/Button.h +++ b/Firmware/Chameleon-Mini/Button.h @@ -11,7 +11,7 @@ #include "Common.h" typedef enum { - BUTTON_R_PRESS_SHORT = 0, + BUTTON_R_PRESS_SHORT =0, BUTTON_R_PRESS_LONG, BUTTON_L_PRESS_SHORT, BUTTON_L_PRESS_LONG,