eive-obsw/mission/trace.h
Robin Mueller a57384f6c4
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
trace has settable div
2023-02-14 11:11:06 +01:00

15 lines
228 B
C++

#ifndef MISSION_TRACE_H_
#define MISSION_TRACE_H_
#include <cstdint>
#define OBSW_THREAD_TRACING 1
namespace trace {
void threadTrace(uint32_t& counter, const char* name, unsigned div = 5);
}
#endif /* MISSION_TRACE_H_ */