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 ed2f987 commit 03318e0Copy full SHA for 03318e0
platform/ext/target/stm/common/stm32h5xx/secure/tfm_hal_isolation.c
@@ -421,8 +421,8 @@ FIH_RET_TYPE(enum tfm_hal_status_t) tfm_hal_bind_boundary(
421
bool ns_agent;
422
uint32_t partition_attrs = 0;
423
const struct asset_desc_t *p_asset;
424
- struct platform_data_t *plat_data_ptr;
425
#if TFM_ISOLATION_LEVEL == 2
+ struct platform_data_t *plat_data_ptr;
426
struct mpu_armv8m_region_cfg_t localcfg;
427
#endif
428
0 commit comments