ROHMUSDC / Mbed 2 deprecated Nordic_UART_TEMPLATE_ROHM

Dependencies:   BLE_API mbed nRF51822 Nordic_UART_TEMPLATE_ROHM

Dependents:   Nordic_UART_TEMPLATE_ROHM

Fork of UART_TEMPLATE by daniel veilleux

Files at this revision

API Documentation at this revision

Comitter:
kbahar3
Date:
Thu Aug 13 18:24:14 2015 +0000
Parent:
3:c3ee9d663fb8
Child:
5:d39ffc5638a3
Commit message:
Updated Code to show I2C Usage

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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);