Added UK0 and PH socket to libdebug
This commit is contained in:
@@ -90,6 +90,8 @@ struct debug_cat {
|
||||
{ "dss1", "\033[1;34m" },
|
||||
{ "sip", "\033[1;35m" },
|
||||
{ "telephone", "\033[1;34m" },
|
||||
{ "UK0", "\033[1;34m" },
|
||||
{ "ph", "\033[0;33m" },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
|
@@ -52,6 +52,8 @@
|
||||
#define DDSS1 45
|
||||
#define DSIP 46
|
||||
#define DTEL 47
|
||||
#define DUK0 48
|
||||
#define DPH 49
|
||||
|
||||
void lock_debug(void);
|
||||
void unlock_debug(void);
|
||||
|
Reference in New Issue
Block a user