nochanges

Dependents:   BLE_Acceleration_Statejudging

Fork of nRF51822 by Nordic Semiconductor

Revision:
98:f96993b65e90
Parent:
65:98215c4f3a25
Child:
99:bc524269c7c1
--- a/nordic/ble/ble_conn_params.cpp	Mon Mar 02 11:34:45 2015 +0000
+++ b/nordic/ble/ble_conn_params.cpp	Fri Mar 13 16:56:45 2015 +0000
@@ -10,6 +10,8 @@
  *
  */
 
+#if SDK_CONN_PARAMS_MODULE_ENABLE
+
 #include "ble_conn_params.h"
 #include <stdlib.h>
 #include "nordic_common.h"
@@ -314,3 +316,5 @@
     }
     return err_code;
 }
+
+#endif /*SDK_CONN_PARAMS_MODULE_ENABLE*/
\ No newline at end of file