struct field updated

This commit is contained in:
Jake Goodwin 2025-02-12 11:31:37 -08:00
parent dd1868b308
commit 6146e986b5
1 changed files with 2 additions and 2 deletions

View File

@ -10,9 +10,9 @@
#ifndef MAIN_H
#define MAIN_H
#include <avr/io.h>
//#############################
//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;