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

extern const struct log_info log_info;

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