generated from TDD-Templates/cmake_cpputest_template_avr
Changed names for save locations.
This commit is contained in:
parent
91ee864d23
commit
deaa59f5a2
|
@ -32,8 +32,8 @@
|
||||||
|
|
||||||
//Addresses in the eeprom for the two switch states
|
//Addresses in the eeprom for the two switch states
|
||||||
#define ROM_SP_ADR 0x0
|
#define ROM_SP_ADR 0x0
|
||||||
#define ROM_SS1_ADR 0x1
|
#define POSITION1_ADR 0x1
|
||||||
#define ROM_SS2_ADR 0x2
|
#define POSITION2_ADR 0x2
|
||||||
#define ROM_EP_ADR 0x3
|
#define ROM_EP_ADR 0x3
|
||||||
|
|
||||||
//Debounce check number.
|
//Debounce check number.
|
||||||
|
@ -89,7 +89,6 @@ typedef struct {
|
||||||
uint8_t timer_enabled: 1;
|
uint8_t timer_enabled: 1;
|
||||||
uint8_t pressed_ticks;
|
uint8_t pressed_ticks;
|
||||||
uint8_t input_pin;
|
uint8_t input_pin;
|
||||||
uint8_t output_pin;
|
|
||||||
}btn_state;
|
}btn_state;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue