summaryrefslogtreecommitdiff
path: root/command.c
diff options
context:
space:
mode:
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;
+}
+