From 1d05cb89fd875334530e086fd0b7dc2a97b0387f Mon Sep 17 00:00:00 2001 From: Benjamin Kiessling Date: Sun, 8 Dec 2013 20:58:04 +0000 Subject: Miscellaneous test code --- command.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 command.c (limited to 'command.c') 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 +#include + +#include "serial.h" + +uint16_t serial_rx_cb(char *buffer, uint16_t len) +{ + return 1; +} + -- cgit v1.2.1