eive-obsw/hosted/boardconfig/print.h

9 lines
192 B
C
Raw Normal View History

2020-09-30 20:52:51 +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_ */