diff options
Diffstat (limited to 'door.c')
-rw-r--r-- | door.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -107,10 +107,6 @@ int main(void) TCCR1B = (1 << WGM12) | (1 << CS11); while (1) { - if (canint) { - canint = false; - can_int(); - } _delay_ms(1); } } |