summaryrefslogtreecommitdiff
path: root/hw/bsp/stm32g0/FreeRTOSConfig
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-04-23 15:56:22 +0700
committerhathach <[email protected]>2024-04-23 16:00:28 +0700
commit75d376a439652eb4879c25694d9a4452cffc6bb4 (patch)
tree4d9fa1053996efd389dac15923cd2f7a8f344f45 /hw/bsp/stm32g0/FreeRTOSConfig
parent9e7046cbf117d46a7949836ece0432ecf542e9fc (diff)
clang g0, g4
Diffstat (limited to 'hw/bsp/stm32g0/FreeRTOSConfig')
-rw-r--r--hw/bsp/stm32g0/FreeRTOSConfig/FreeRTOSConfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/stm32g0/FreeRTOSConfig/FreeRTOSConfig.h b/hw/bsp/stm32g0/FreeRTOSConfig/FreeRTOSConfig.h
index e1a7bb135..82cb0cdb3 100644
--- a/hw/bsp/stm32g0/FreeRTOSConfig/FreeRTOSConfig.h
+++ b/hw/bsp/stm32g0/FreeRTOSConfig/FreeRTOSConfig.h
@@ -49,7 +49,7 @@
/* Cortex M23/M33 port configuration. */
#define configENABLE_MPU 0
-#define configENABLE_FPU 1
+#define configENABLE_FPU 0
#define configENABLE_TRUSTZONE 0
#define configMINIMAL_SECURE_STACK_SIZE (1024)