osmo-trx/CommonLibs/debug.h

12 lines
127 B
C
Raw Normal View History

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