eive-obsw/mission/trace.h

13 lines
179 B
C
Raw Normal View History

2023-02-14 10:59:35 +01:00
#ifndef MISSION_TRACE_H_
#define MISSION_TRACE_H_
#include <cstdint>
namespace trace {
void threadTrace(uint32_t& counter, const char* name);
}
#endif /* MISSION_TRACE_H_ */