eive-obsw/mission/trace.h
Robin Mueller 024e06a3d3
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
set define to 0 for PR
2023-02-14 14:28:26 +01:00

15 lines
228 B
C++

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