From 937ce1ef539a7a73d481e9392c27b860d9b5eb14 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Thu, 17 May 2012 02:28:03 +0200 Subject: dali: rewrite --- can.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'can.c') 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; -- cgit v1.2.1