1st release (without comment)

Revision:
3:ff36fb2cefb0
Parent:
2:38567b4310a4
Child:
4:cd5fb2575b50
--- a/RMS_UART.cpp	Thu Sep 15 08:58:30 2016 +0000
+++ b/RMS_UART.cpp	Thu Sep 15 23:05:27 2016 +0000
@@ -122,10 +122,12 @@
     if(Content_index == CONTENT_BUF_SIZE)
     {
         /* Call function for check contents */
+        serial_device.printf("\n -- File is too large!!\n");
         ClearCmdIndexAndBuf();
         ClearContentIndexAndBuf();
         ClearFileNameBuf();
-        serial_device.printf("\n -- File is too large!!\n");
+        MsgContentManagement = false;
+        
     }
 }