Skip to content

Commit cca2417

Browse files
author
Bogdan Marinescu
committed
Added missing brackets
1 parent 22a54ba commit cca2417

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/sotp_rot.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ int8_t mbed_cloud_client_get_rot_128bit(uint8_t *key_buf, uint32_t length)
6464
{
6565
#if !defined(ARM_UC_SOTP_PROBE_ONLY) || ARM_UC_SOTP_PROBE_ONLY == 0 // sotp_probe doesn't need sotp_init()
6666
if (pal_internalFlashInit() != PAL_SUCCESS)
67+
{
6768
return -1;
69+
}
6870
#endif
6971
initialized = true;
7072
}

0 commit comments

Comments
 (0)