some fixes

This commit is contained in:
2020-12-14 13:03:47 +01:00
committed by Robin Mueller
parent 08fa7d9e8b
commit c91497e4de
25 changed files with 19 additions and 19 deletions

View File

@ -0,0 +1,8 @@
#ifndef BSP_HOSTED_BOARDCONFIG_PRINT_H_
#define BSP_HOSTED_BOARDCONFIG_PRINT_H_
#include <stdbool.h>
void printChar(const char* character, bool errStream);
#endif /* BSP_HOSTED_BOARDCONFIG_PRINT_H_ */