1
0
forked from fsfw/fsfw

add printout capabilities

This commit is contained in:
2022-09-14 14:00:20 +02:00
parent 4dadef34fd
commit 44615c150b
6 changed files with 43 additions and 16 deletions

View File

@ -1,3 +1,3 @@
add_subdirectory(gpio)
target_sources(${LIB_FSFW_NAME} PRIVATE printChar.c)
target_sources(${LIB_FSFW_NAME} PRIVATE printChar.c)

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) {