eive-obsw/bsp_hosted/boardconfig/print.h
2020-12-14 13:03:47 +01:00

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_ */