1. Further reduces the amount of code the user needs to copy and paste 2. Makes FSFW tests more accessible. This can be used to simplify moving mission unit tests to the FSFW 3. A lot of include improvements
9 lines
185 B
C
9 lines
185 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_ */
|