diff --git a/inc/main.h b/inc/main.h index 699994d..f72eb09 100644 --- a/inc/main.h +++ b/inc/main.h @@ -32,8 +32,8 @@ //Addresses in the eeprom for the two switch states #define ROM_SP_ADR 0x0 -#define ROM_SS1_ADR 0x1 -#define ROM_SS2_ADR 0x2 +#define POSITION1_ADR 0x1 +#define POSITION2_ADR 0x2 #define ROM_EP_ADR 0x3 //Debounce check number. @@ -89,7 +89,6 @@ typedef struct { uint8_t timer_enabled: 1; uint8_t pressed_ticks; uint8_t input_pin; - uint8_t output_pin; }btn_state;