diff --git a/ble/BLE.h b/ble/BLE.h index 3c14409..5db926a 100644 --- a/ble/BLE.h +++ b/ble/BLE.h @@ -1421,7 +1421,7 @@ public: } private: - ble_error_t BLE::initImplementation(FunctionPointerWithContext callback); + ble_error_t initImplementation(FunctionPointerWithContext callback); private: BLE(const BLE&);