fw: Remove unused variable

This commit is contained in:
Markus Koch 2020-07-30 21:41:32 +02:00
parent 86b6b0897a
commit e4afc61eba
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ void input_proc_switches()
uint8_t ev;
uint8_t i;
static uint8_t sw_last = 0xFF;
uint8_t delta;
sw = PORT_KEYPAD(PIN) & PIN_KEYPAD_MASK;
ev = sw ^ sw_last;