summaryrefslogtreecommitdiff
path: root/command.c
diff options
context:
space:
mode:
authorBenjamin Kiessling <mittagessen@l.unchti.me>2013-12-08 20:58:04 +0000
committerChristian Franke <nobody@nowhere.ws>2013-12-09 22:34:26 +0100
commit1d05cb89fd875334530e086fd0b7dc2a97b0387f (patch)
treed72934b699602eb193ba4a19f70e5e9cca8104a0 /command.c
parent12688a2578ace9776eadfaae0806eaf4ebec48e6 (diff)
Miscellaneous test code
Diffstat (limited to 'command.c')
-rw-r--r--command.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/command.c b/command.c
new file mode 100644
index 0000000..41472c7
--- /dev/null
+++ b/command.c
@@ -0,0 +1,10 @@
+#include <avr/io.h>
+#include <stdint.h>
+
+#include "serial.h"
+
+uint16_t serial_rx_cb(char *buffer, uint16_t len)
+{
+ return 1;
+}
+