1
0
forked from fsfw/fsfw
Files
fsfw/unittest/internal/osal/IntTestMq.h
2020-10-20 17:12:56 +02:00

10 lines
158 B
C++

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