fw: Remove unused variable
This commit is contained in:
parent
86b6b0897a
commit
e4afc61eba
@ -59,7 +59,6 @@ void input_proc_switches()
|
|||||||
uint8_t ev;
|
uint8_t ev;
|
||||||
uint8_t i;
|
uint8_t i;
|
||||||
static uint8_t sw_last = 0xFF;
|
static uint8_t sw_last = 0xFF;
|
||||||
uint8_t delta;
|
|
||||||
|
|
||||||
sw = PORT_KEYPAD(PIN) & PIN_KEYPAD_MASK;
|
sw = PORT_KEYPAD(PIN) & PIN_KEYPAD_MASK;
|
||||||
ev = sw ^ sw_last;
|
ev = sw ^ sw_last;
|
||||||
|
Loading…
Reference in New Issue
Block a user