nochanges

Dependents:   BLE_Acceleration_Statejudging

Fork of nRF51822 by Nordic Semiconductor

Revision:
37:c29c330d942c
Parent:
0:eff01767de02
--- a/nordic/nrf-sdk/ble/ble_services/ble_srv_common.h	Thu Jul 03 10:01:02 2014 +0100
+++ b/nordic/nrf-sdk/ble/ble_services/ble_srv_common.h	Mon Jul 07 13:43:31 2014 +0100
@@ -23,7 +23,6 @@
 
 #include <stdint.h>
 #include <stdbool.h>
-#include "nordic_global.h"
 #include "ble_types.h"
 #include "app_util.h"
 #include "ble_gap.h"
@@ -143,7 +142,7 @@
 
 /**@brief Type definition for error handler function which will be called in case of an error in
  *        a service or a service library module. */
-typedef void (*ble_srv_error_handler_t)(uint32_t nrf_error);
+typedef void (*ble_srv_error_handler_t) (uint32_t nrf_error);
 
 /**@brief Value of a Report Reference descriptor. 
  *