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

extern const struct log_info log_info;

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