Эх сурвалжийг харах

cli: increase the max number of sessions to 5

Sergey Alirzaev 5 жил өмнө
parent
commit
5e17746aa0
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      modules/cli/cli.h

+ 1 - 1
modules/cli/cli.h

@@ -10,7 +10,7 @@
 
 /* Dimensions the buffer into which input characters are placed. */
 #define cmdMAX_INPUT_SIZE			144
-#define MAX_SESSIONS	2
+#define MAX_SESSIONS	5
 
 #define array_len(x) (sizeof(x)/sizeof(x[0]))