Files
fsfw/src/fsfw_tests/internal/osal/testMq.h
T

9 lines
157 B
C++
Raw Normal View History

2020-10-20 17:11:23 +02:00
#ifndef UNITTEST_INTERNAL_INTESTMQ_H_
#define UNITTEST_INTERNAL_INTESTMQ_H_
namespace testmq {
void testMq();
}
#endif /* UNITTEST_INTERNAL_INTESTMQ_H_ */