Ulrich Mohr
f1249392cf
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
7 lines
183 B
C
7 lines
183 B
C
#ifndef FSFW_UNITTEST_CORE_PRINTCHAR_H_
|
|
#define FSFW_UNITTEST_CORE_PRINTCHAR_H_
|
|
|
|
extern "C" void printChar(const char*, bool errStream);
|
|
|
|
#endif /* FSFW_UNITTEST_CORE_PRINTCHAR_H_ */
|