aboutsummaryrefslogtreecommitdiffstats
path: root/CommonLibs/debug.h
blob: a5b92716e273c7b3e92a57e93bb9ed78f3f336fb (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

extern const struct log_info log_info;

/* Debug Areas of the code */
enum {
	DMAIN,
	DTRXCTRL,
	DDEV,
	DLMS,
};