Skip to content

Commit 2fbbf5c

Browse files
Michael Schwarczadbridge
authored andcommitted
TF-M patch: Fix tfm_ns_lock_init issue (TF-M issue #239)
- Link to bug tracking: https://developer.trustedfirmware.org/T239 (cherry picked from commit 5f2e4b3)
1 parent ce722f1 commit 2fbbf5c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/TARGET_PSA/TARGET_TFM/COMPONENT_NSPE/interface/src/tfm_ns_lock_rtx.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@
66
*/
77
#include <stdint.h>
88
#include <stdbool.h>
9-
109
#include "cmsis.h"
1110
#include "rtx_os.h"
1211
#include "cmsis_os2.h"
13-
1412
#include "tfm_api.h"
1513
#include "tfm_ns_lock.h"
1614

0 commit comments

Comments
 (0)