summaryrefslogtreecommitdiffstats
path: root/app/console.c
blob: ae32e3807361fc1e454dd797d02de55b6abdfb58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include "project.h"







int console_tx(void *buf,size_t len)
{


usart1_tx(buf,len);


return len;
}