eive-obsw/bsp_linux/boardconfig/print.h

9 lines
192 B
C
Raw Normal View History

2020-09-16 16:22:36 +02:00
#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_ */