osmo-trx/CommonLibs/debug.h

10 lines
109 B
C

#pragma once
extern const struct log_info log_info;
/* Debug Areas of the code */
enum {
DMAIN,
DLMS,
};