High level Bluetooth Low Energy API and radio abstraction layer

Dependencies:   nRF51822

Dependents:   LinkNode_LIS3DH

Fork of BLE_API by Bluetooth Low Energy

Revision:
596:0ee6d5f6712a
Parent:
594:ae5a67f89da1
Child:
597:d5c689f48cf9
diff -r cbccb25ac154 -r 0ee6d5f6712a public/Gap.h
--- a/public/Gap.h	Fri Jun 19 15:52:52 2015 +0100
+++ b/public/Gap.h	Fri Jun 19 15:52:52 2015 +0100
@@ -173,7 +173,7 @@
 
 private:
     /* These functions must be defined in the sub-class */
-    virtual ble_error_t setAddress(AddressType_t type,   const Address_t address)                  = 0;
+    virtual ble_error_t setAddress(AddressType_t type,  const Address_t address)                  = 0;
     virtual ble_error_t getAddress(AddressType_t *typeP, Address_t address)                        = 0;
     virtual ble_error_t setAdvertisingData(const GapAdvertisingData &, const GapAdvertisingData &) = 0;
     virtual ble_error_t startAdvertising(const GapAdvertisingParams &)                             = 0;