Skip to content

Commit fff0247

Browse files
fix infinite recursive call
1 parent 05f7685 commit fff0247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/FEATURE_BLE/ble/pal/PalSecurityManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ class SecurityManager : private mbed::NonCopyable<SecurityManager<Impl, EventHan
964964
ble_error_t set_private_address_timeout(
965965
uint16_t timeout_in_seconds
966966
) {
967-
return impl()->set_private_address_timeout(timeout_in_seconds);
967+
return impl()->set_private_address_timeout_(timeout_in_seconds);
968968
}
969969

970970
/**

0 commit comments

Comments
 (0)