summaryrefslogtreecommitdiff
path: root/door.c
diff options
context:
space:
mode:
Diffstat (limited to 'door.c')
-rw-r--r--door.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/door.c b/door.c
index 8780e81..561289f 100644
--- a/door.c
+++ b/door.c
@@ -107,10 +107,6 @@ int main(void)
TCCR1B = (1 << WGM12) | (1 << CS11);
while (1) {
- if (canint) {
- canint = false;
- can_int();
- }
_delay_ms(1);
}
}