Added support for int17 and int19.

diff --git a/include/debugdefs.h b/include/debugdefs.h
index 74987bf5..3313d2d 100644
--- a/include/debugdefs.h
+++ b/include/debugdefs.h
@@ -4,7 +4,7 @@
 #include "debugtools.h"
 #endif
 
-#define DEBUG_CHANNEL_COUNT 145
+#define DEBUG_CHANNEL_COUNT 147
 #ifdef DEBUG_RUNTIME
 short debug_msg_enabled[][DEBUG_CLASS_COUNT] = {
 {1, 1, 0, 0},
@@ -152,6 +152,8 @@
 {1, 1, 0, 0},
 {1, 1, 0, 0},
 {1, 1, 0, 0},
+{1, 1, 0, 0},
+{1, 1, 0, 0},
 };
 const char* debug_ch_name[] = {
 "1",
@@ -213,6 +215,8 @@
 "int",
 "int10",
 "int16",
+"int17",
+"int19",
 "int21",
 "int31",
 "ipaddress",