9 lines
204 B
C
9 lines
204 B
C
#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_ */
|