1
0
forked from fsfw/fsfw

provide a weak print char impl

This commit is contained in:
2022-09-02 08:50:39 +02:00
parent eb8e236cd4
commit ebc02673dd
2 changed files with 12 additions and 0 deletions

View File

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