summaryrefslogtreecommitdiff
path: root/lightctrl.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2012-05-19 05:51:26 +0200
committerDavid Lamparter <equinox@diac24.net>2012-05-19 05:51:26 +0200
commitf1b8dfc0087d545140984f028a52585d384ad878 (patch)
tree6f5e216057ecd62336080e03f54cdb5052052eab /lightctrl.c
parent5eabc7da65b07e5915e19c31112754eabf76853c (diff)
can: extend (send + r0ket)
Diffstat (limited to 'lightctrl.c')
-rw-r--r--lightctrl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lightctrl.c b/lightctrl.c
index c36f035..464a0ae 100644
--- a/lightctrl.c
+++ b/lightctrl.c
@@ -62,6 +62,7 @@ int main(void)
uart_puts("ll ");
uart_puthex(dali_rx);
uart_puts("\n");
+ can_send(0xaa800000, 1, (uint8_t *)&dali_rx);
} else
uart_puts("ll noans\n");
}