aboutsummaryrefslogtreecommitdiff
path: root/secure_fw/spm/cmsis_psa/arch/tfm_arch_v6m_v7m.c
diff options
context:
space:
mode:
Diffstat (limited to 'secure_fw/spm/cmsis_psa/arch/tfm_arch_v6m_v7m.c')
-rw-r--r--secure_fw/spm/cmsis_psa/arch/tfm_arch_v6m_v7m.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure_fw/spm/cmsis_psa/arch/tfm_arch_v6m_v7m.c b/secure_fw/spm/cmsis_psa/arch/tfm_arch_v6m_v7m.c
index 090e401c8e..fc41394c53 100644
--- a/secure_fw/spm/cmsis_psa/arch/tfm_arch_v6m_v7m.c
+++ b/secure_fw/spm/cmsis_psa/arch/tfm_arch_v6m_v7m.c
@@ -158,7 +158,7 @@ void tfm_arch_config_extensions(void)
{
/* There are no coprocessors in Armv6-M implementations */
#ifndef __ARM_ARCH_6M__
-#if defined (__FPU_USED) && (__FPU_USED == 1U)
+#if defined(__FPU_USED) && (__FPU_USED == 1U)
/* Enable privileged and unprivilged access to the floating-point
* coprocessor.
*/