osmo-trx/CommonLibs/debug.h

11 lines
116 B
C

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