summaryrefslogtreecommitdiff
path: root/can.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2012-05-17 02:28:03 +0200
committerDavid Lamparter <equinox@diac24.net>2012-05-17 02:28:03 +0200
commit937ce1ef539a7a73d481e9392c27b860d9b5eb14 (patch)
treeea68b5d3bce7da3824a0533cb3f03cf88197b878 /can.c
parent3ae67269dc61d0ebb2b0a8c78af8fc4348755afb (diff)
dali: rewrite
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;