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







int
console_tx (void *buf, size_t len)
{


  usart1_tx (buf, len);


  return len;
}