Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BLE_API mbed nRF51822
Fork of Nordic_UART_TEMPLATE_ROHM by
Diff: main.cpp
- 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);