smart ball test board code

Dependencies:   nrf51-sdk

Fork of nRF51822 by Nordic Semiconductor

Revision:
340:e5e2157e8b44
Parent:
338:3d8b3bfe22e1
--- a/btle/btle_discovery.cpp	Fri Jun 19 15:55:33 2015 +0100
+++ b/btle/btle_discovery.cpp	Fri Jun 19 15:55:33 2015 +0100
@@ -14,12 +14,12 @@
  * limitations under the License.
  */
 
-#include "nRFServiceDiscovery.h"
+#include "nRF51ServiceDiscovery.h"
 #include "nRF51GattClient.h"
 
 void bleGattcEventHandler(const ble_evt_t *p_ble_evt)
 {
-    nRFServiceDiscovery &sdSingleton = nRF51GattClient::getInstance().discovery;
+    nRF51ServiceDiscovery &sdSingleton = nRF51GattClient::getInstance().discovery;
 
     switch (p_ble_evt->header.evt_id) {
         case BLE_GATTC_EVT_PRIM_SRVC_DISC_RSP: