summaryrefslogtreecommitdiffstats
path: root/app/console.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/console.c')
-rw-r--r--app/console.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/console.c b/app/console.c
index ae32e38..a0c6ab4 100644
--- a/app/console.c
+++ b/app/console.c
@@ -6,12 +6,13 @@
-int console_tx(void *buf,size_t len)
+int
+console_tx (void *buf, size_t len)
{
-usart1_tx(buf,len);
+ usart1_tx (buf, len);
-return len;
+ return len;
}