Added UK0 and PH socket to libdebug

This commit is contained in:
Andreas Eversberg 2022-05-01 16:39:11 +02:00
parent fd81881922
commit ba4c095d09
2 changed files with 4 additions and 0 deletions

View File

@ -90,6 +90,8 @@ struct debug_cat {
{ "dss1", "\033[1;34m" }, { "dss1", "\033[1;34m" },
{ "sip", "\033[1;35m" }, { "sip", "\033[1;35m" },
{ "telephone", "\033[1;34m" }, { "telephone", "\033[1;34m" },
{ "UK0", "\033[1;34m" },
{ "ph", "\033[0;33m" },
{ NULL, NULL } { NULL, NULL }
}; };

View File

@ -52,6 +52,8 @@
#define DDSS1 45 #define DDSS1 45
#define DSIP 46 #define DSIP 46
#define DTEL 47 #define DTEL 47
#define DUK0 48
#define DPH 49
void lock_debug(void); void lock_debug(void);
void unlock_debug(void); void unlock_debug(void);