summaryrefslogtreecommitdiffstats
path: root/app/console.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/console.c')
-rw-r--r--app/console.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/app/console.c b/app/console.c
new file mode 100644
index 0000000..ae32e38
--- /dev/null
+++ b/app/console.c
@@ -0,0 +1,17 @@
+#include "project.h"
+
+
+
+
+
+
+
+int console_tx(void *buf,size_t len)
+{
+
+
+usart1_tx(buf,len);
+
+
+return len;
+}