mirror of https://github.com/ARMmbed/mbed-os.git
BLE - Fix call to implementation.
parent
020c5b4262
commit
20c4e4ced5
|
@ -57,7 +57,7 @@ public:
|
|||
void on_signed_write_verification_failure(
|
||||
connection_handle_t connection
|
||||
) {
|
||||
impl()->on_signed_write_verification_failure(connection);
|
||||
impl()->on_signed_write_verification_failure_(connection);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue