implemented printf logging

This commit is contained in:
2016-09-03 13:30:52 +02:00
parent 3fd42eb41a
commit 7e539708b9
9 changed files with 286 additions and 62 deletions
-10
View File
@@ -1,10 +0,0 @@
//
// Created by MightyPork on 2.9.16.
//
#ifndef mpork_utils
#define mpork_utils
void uart_print(const char *string);
#endif