summaryrefslogtreecommitdiffstats
path: root/app/console.c
diff options
context:
space:
mode:
authorroot <root@lamia.panaceas.james.local>2016-08-20 20:55:43 +0100
committerroot <root@lamia.panaceas.james.local>2016-08-20 20:55:43 +0100
commite696ed2427fe036a0dcfe50f209e22a9f273d100 (patch)
tree837ac9421102a7b83a4d55b72e22fce5f6033214 /app/console.c
parentb063a2da3024a2e3175e1ba9b0a87cb6c7470765 (diff)
downloadcandlestick-e696ed2427fe036a0dcfe50f209e22a9f273d100.tar.gz
candlestick-e696ed2427fe036a0dcfe50f209e22a9f273d100.tar.bz2
candlestick-e696ed2427fe036a0dcfe50f209e22a9f273d100.zip
working calls
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;
+}