summaryrefslogtreecommitdiff
path: root/can.c
diff options
context:
space:
mode:
Diffstat (limited to 'can.c')
-rw-r--r--can.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/can.c b/can.c
index b8cb21f..1772c30 100644
--- a/can.c
+++ b/can.c
@@ -22,7 +22,7 @@ const uint8_t __signature[3] __attribute__((section (".signature"), used)) =
#define D_LED1 5
#define D_LED2 6
-#include "dali.c"
+#include "dali2.c"
#define spi_ss(x) PORTB = ((x) << B_SS) | 0x3;