ROHMUSDC / Mbed 2 deprecated Nordic_UART_TEMPLATE_ROHM_SHLD1Update

Dependencies:   BLE_API mbed nRF51822

Fork of Nordic_UART_TEMPLATE_ROHM by ROHMUSDC

Revision:
4:eabae2996ecc
Parent:
3:c3ee9d663fb8
Child:
5:d39ffc5638a3
--- a/main.cpp	Mon Jul 27 20:32:00 2015 +0000
+++ b/main.cpp	Thu Aug 13 18:24:14 2015 +0000
@@ -198,7 +198,7 @@
         else
         {
             len = snprintf((char*) buf, MAX_REPLY_LEN, "ERROR");
-    `    }
+        }
 
         m_ble.updateCharacteristicValue(m_uart_service_ptr->getRXCharacteristicHandle(), buf, len);