From 6146e986b5e342987f24b155823bd2787ee61c71 Mon Sep 17 00:00:00 2001 From: jake Date: Wed, 12 Feb 2025 11:31:37 -0800 Subject: [PATCH] struct field updated --- inc/main.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/main.h b/inc/main.h index 2a00f37..8edb7e5 100644 --- a/inc/main.h +++ b/inc/main.h @@ -10,9 +10,9 @@ #ifndef MAIN_H #define MAIN_H - #include + //############################# //Defines //############################# @@ -78,7 +78,7 @@ typedef struct { uint8_t is_pressed: 1; uint8_t is_long_pressed: 1; - uint8_t is_bypassed: 1; + uint8_t is_active: 1; uint8_t timer_enabled: 1; uint8_t pressed_ticks; uint8_t input_pin;