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.
1 parent 3f92beb commit c11904eCopy full SHA for c11904e
components/TARGET_PSA/inc/psa/client.h
@@ -18,6 +18,6 @@
18
#if defined(TARGET_TFM)
19
#include "interface/include/psa_client.h"
20
#else
21
-#include "psa_defs.h"
22
-#include "spm_client.h"
+#include "TARGET_MBED_SPM/psa_defs.h"
+#include "TARGET_MBED_SPM/spm_client.h"
23
#endif
components/TARGET_PSA/inc/psa/service.h
@@ -18,7 +18,7 @@
#include "interface/include/psa_service.h"
-#include "spm_server.h"
-#include "spm_panic.h"
+#include "TARGET_MBED_SPM/COMPONENT_SPE/spm_server.h"
+#include "TARGET_MBED_SPM/COMPONENT_SPE/spm_panic.h"
24
0 commit comments