Skip to content

Commit 497d0d6

Browse files
author
Cruz Monrreal
authored
Merge pull request #9802 from orenc17/patch-2
Fix psa_system_reset() on PSA IPC platform
2 parents 870bd05 + 6b68bf7 commit 497d0d6

File tree

1 file changed

+1
-1
lines changed
  • components/TARGET_PSA/services/platform/COMPONENT_PSA_SRV_IPC

1 file changed

+1
-1
lines changed

components/TARGET_PSA/services/platform/COMPONENT_PSA_SRV_IPC/platform_ipc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ psa_status_t mbed_psa_reboot_and_request_new_security_state(uint32_t new_state)
5959

6060
MBED_NORETURN void psa_system_reset(void)
6161
{
62-
psa_handle_t conn = psa_connect(PSA_PLATFORM_LC_SET, 1);
62+
psa_handle_t conn = psa_connect(PSA_PLATFORM_SYSTEM_RESET, 1);
6363
if (conn <= PSA_NULL_HANDLE) {
6464
return;
6565
}

0 commit comments

Comments
 (0)