mirror of https://github.com/ARMmbed/mbed-os.git
removed redundant qualifier tripping up GCC
parent
cdd5c9f3b0
commit
d801ed340e
|
@ -112,7 +112,7 @@ public:
|
||||||
*
|
*
|
||||||
* @return PAL Gatt Client.
|
* @return PAL Gatt Client.
|
||||||
*/
|
*/
|
||||||
pal::AttClientToGattClientAdapter &BLE::getPalGattClient();
|
pal::AttClientToGattClientAdapter &getPalGattClient();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @see BLEInstanceBase::getSecurityManager
|
* @see BLEInstanceBase::getSecurityManager
|
||||||
|
|
Loading…
Reference in New Issue