debugnet icon indicating copy to clipboard operation
debugnet copied to clipboard

Prefix verbosity modes

Open devnoname120 opened this issue 9 years ago • 1 comments

The following macros are often already used. Would it be possible to prefix them with something like DBN?

#define NONE 0
#define INFO 1
#define ERROR 2
#define DEBUG 3	

https://github.com/psxdev/debugnet/blob/69ed404b5eb83891f00ca4aac35ba6b7cdd185ca/libdebugnet/include/debugnet.h#L11-L14

devnoname120 avatar Nov 06 '16 02:11 devnoname120

Yes i will update it with your request to make all compliant with new sdk/toolchain

psxdev avatar Nov 07 '16 00:11 psxdev