From e696ed2427fe036a0dcfe50f209e22a9f273d100 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 20 Aug 2016 20:55:43 +0100 Subject: working calls --- app/console.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app/console.c (limited to 'app/console.c') 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; +} -- cgit v1.2.3