1
0
forked from fsfw/fsfw
This commit is contained in:
2022-11-09 17:54:08 +01:00
parent dc1583c932
commit c913fe40bf
10 changed files with 72 additions and 62 deletions

View File

@ -1,5 +1,5 @@
#include <stdio.h>
#include <stdbool.h>
#include <stdio.h>
void __attribute__((weak)) printChar(const char* character, bool errStream) {
if (errStream) {