We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 870bd05 + 6b68bf7 commit 497d0d6Copy full SHA for 497d0d6
components/TARGET_PSA/services/platform/COMPONENT_PSA_SRV_IPC/platform_ipc.c
@@ -59,7 +59,7 @@ psa_status_t mbed_psa_reboot_and_request_new_security_state(uint32_t new_state)
59
60
MBED_NORETURN void psa_system_reset(void)
61
{
62
- psa_handle_t conn = psa_connect(PSA_PLATFORM_LC_SET, 1);
+ psa_handle_t conn = psa_connect(PSA_PLATFORM_SYSTEM_RESET, 1);
63
if (conn <= PSA_NULL_HANDLE) {
64
return;
65
}
0 commit comments