Files
fsfw/src/fsfw_tests/internal/osal/testMq.h
T
2022-07-18 08:59:40 +02:00

9 lines
157 B
C++

#ifndef UNITTEST_INTERNAL_INTESTMQ_H_
#define UNITTEST_INTERNAL_INTESTMQ_H_
namespace testmq {
void testMq();
}
#endif /* UNITTEST_INTERNAL_INTESTMQ_H_ */