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.
Fork of nRF51822 by
Diff: nordic/ble/ble_conn_params.cpp
- Revision:
- 65:98215c4f3a25
- Parent:
- 42:120a96d10f90
- Child:
- 98:f96993b65e90
diff -r 5d5f5cbc7c79 -r 98215c4f3a25 nordic/ble/ble_conn_params.cpp
--- a/nordic/ble/ble_conn_params.cpp Mon Sep 08 15:45:22 2014 +0000
+++ b/nordic/ble/ble_conn_params.cpp Mon Sep 08 17:21:46 2014 +0100
@@ -226,7 +226,7 @@
(p_evt_write->handle == m_conn_params_config.start_on_notify_cccd_handle)
&&
(p_evt_write->len == 2)
- )
+ )
{
// Check if this is a 'start notification'
if (ble_srv_is_notification_enabled(p_evt_write->data))
@@ -280,7 +280,7 @@
default:
// No implementation needed.
- break;
+ break;
}
}
