summaryrefslogtreecommitdiff
path: root/can.c
diff options
context:
space:
mode:
Diffstat (limited to 'can.c')
-rw-r--r--can.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/can.c b/can.c
index 8e446d1..8969b7c 100644
--- a/can.c
+++ b/can.c
@@ -172,6 +172,9 @@ static void can_int(void)
{
uint8_t canintf, eflg, canstat;
+#ifdef HAVE_TICK
+ uart_puttick();
+#endif
uart_puts("can: irqh<");
spi_ss(0);