fsfw/tests/src/fsfw_tests/internal/globalfunctions/TestArrayPrinter.h

14 lines
327 B
C
Raw Normal View History

2021-01-15 16:56:36 +01:00
#ifndef FSFW_UNITTEST_INTERNAL_GLOBALFUNCTIONS_TESTARRAYPRINTER_H_
#define FSFW_UNITTEST_INTERNAL_GLOBALFUNCTIONS_TESTARRAYPRINTER_H_
2021-01-15 18:07:32 +01:00
#include <fsfw/globalfunctions/arrayprinter.h>
#include <array>
2021-01-15 16:56:36 +01:00
namespace arrayprinter {
void testArrayPrinter();
}
#endif /* FSFW_UNITTEST_INTERNAL_GLOBALFUNCTIONS_TESTARRAYPRINTER_H_ */