Skip to content

Commit d801ed3

Browse files
removed redundant qualifier tripping up GCC
1 parent cdd5c9f commit d801ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/FEATURE_BLE/targets/TARGET_CORDIO/CordioBLE.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class BLE : public ::BLEInstanceBase {
112112
*
113113
* @return PAL Gatt Client.
114114
*/
115-
pal::AttClientToGattClientAdapter &BLE::getPalGattClient();
115+
pal::AttClientToGattClientAdapter &getPalGattClient();
116116

117117
/**
118118
* @see BLEInstanceBase::getSecurityManager

0 commit comments

Comments
 (0)