]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/src/c_can.c
Added CAN chip specific irq_accept routine for fast interrupt acknowledge.
[lincan.git] / lincan / src / c_can.c
index 94456bb08f309ae677857b711b81df72278d8c22..0efc91fcb538b42204a0549d694fff01f6cb0e60 100644 (file)
@@ -909,6 +909,7 @@ int c_can_register(struct chipspecops_t *chipspecops)
        chipspecops->start_chip=c_can_start_chip;
        chipspecops->stop_chip=c_can_stop_chip;
        chipspecops->irq_handler=c_can_irq_handler;
+       chipspecops->irq_accept = NULL;
        return 0;
 }