eive-obsw/bsp_egse/boardconfig/print.h
2022-02-05 13:19:20 +01:00

9 lines
192 B
C

#ifndef HOSTED_BOARDCONFIG_PRINT_H_
#define HOSTED_BOARDCONFIG_PRINT_H_
#include <stdbool.h>
void printChar(const char* character, bool errStream);
#endif /* HOSTED_BOARDCONFIG_PRINT_H_ */