Skip to content

Commit 69bfcdc

Browse files
ahmadstmnashif
authored andcommitted
STM32U5: fix unused variable
fix build warning. Change-Id: I7d517148604fb109ddc7f437545188d60572dcd4 Signed-off-by: Ahmad EL JOUAID <ahmad.eljouaid@st.com> (cherry picked from commit 7350b3d6a91d8ee7bf0779960d06d502aa5122d5)
1 parent 6ecb0be commit 69bfcdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/ext/target/stm/common/stm32u5xx/secure/tfm_hal_isolation.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,8 @@ FIH_RET_TYPE(enum tfm_hal_status_t) tfm_hal_bind_boundary(
361361
bool ns_agent;
362362
uint32_t partition_attrs = 0;
363363
const struct asset_desc_t *p_asset;
364-
struct platform_data_t *plat_data_ptr;
365364
#if TFM_ISOLATION_LEVEL == 2
365+
struct platform_data_t *plat_data_ptr;
366366
struct mpu_armv8m_region_cfg_t localcfg;
367367
#endif
368368

0 commit comments

Comments
 (0)