Delta / Mbed OS Delta_CLI

Fork of NNN40_CLI by Delta

Revision:
20:bd1760975052
Parent:
19:e2de6c1776eb
Child:
21:72d7a6e85d7f
diff -r e2de6c1776eb -r bd1760975052 main.cpp
--- a/main.cpp	Wed Oct 19 06:49:09 2016 +0000
+++ b/main.cpp	Wed Oct 19 10:34:28 2016 +0000
@@ -7,7 +7,7 @@
 
 #include "ble_cli.h"
 
-#define uart_buffer_size    64      //Do not increase uart_buffer_size to prevent out of memory, 64 should be enough for BLE usage 
+#define uart_buffer_size    64      //Do not increase uart_buffer_size to prevent out of memory, 
 #define uart_baudrate       38400   //supported baudrate range between 1200 to 230400 (38400) for NQ620 (NNN40)
 unsigned char uart_buf[uart_buffer_size];
 unsigned int i = 0;