You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/encrypted_partitions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ the function `ext_flash_write` will store the payload unencrypted.
102
102
103
103
In order to trigger an update, before calling `wolfBoot_update_trigger` it is necessary to set the temporary key used by the bootloader by calling `wolfBoot_set_encrypt_key`.
104
104
105
-
An example of encrypted update trigger can be found in the [stm32wb test application source code](test-app/app_stm32wb.c).
105
+
An example of encrypted update trigger can be found in the [stm32wb test application source code](../test-app/app_stm32wb.c).
0 commit comments