changed low freq. clock source to IRC

Dependents:   BLE_ANCS_SDAPI_IRC

Fork of nRF51822 by Nordic Semiconductor

Revision:
34:48d24b1d2fe6
Parent:
33:8efbbf54b66f
--- a/btle/btle.cpp	Thu Jun 26 14:58:41 2014 +0100
+++ b/btle/btle.cpp	Fri Jun 27 13:53:59 2014 +0100
@@ -50,11 +50,6 @@
 
 static void btle_handler(ble_evt_t *p_ble_evt);
 
-/**************************************************************************/
-/*!
-
-*/
-/**************************************************************************/
 static void sys_evt_dispatch(uint32_t sys_evt)
 {
 #if NEED_PSTORAGE /* disabled by default */
@@ -62,13 +57,6 @@
 #endif
 }
 
-/**************************************************************************/
-/*!
-    @brief      Initialises BTLE and the underlying HW/SoftDevice
-
-    @returns
-*/
-/**************************************************************************/
 error_t btle_init(void)
 {
     APP_TIMER_INIT(0, 8, 5, false);
@@ -85,15 +73,6 @@
     return ERROR_NONE;
 }
 
-/**************************************************************************/
-/*!
-    @brief
-
-    @param[in]  p_ble_evt
-
-    @returns
-*/
-/**************************************************************************/
 static void btle_handler(ble_evt_t *p_ble_evt)
 {
     /* Library service handlers */