summaryrefslogtreecommitdiffstats
path: root/bsps/arm/stm32h7/include/stm32h7xx_hal_def.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-23 11:37:46 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-10-27 06:11:45 +0100
commit2f157e20073d11364a3e3811328d8657e04d8788 (patch)
tree9726fcc18334f8863ab6c415dacc2d25512931c8 /bsps/arm/stm32h7/include/stm32h7xx_hal_def.h
parentbsp/stm32h7: Constify some functions (diff)
downloadrtems-2f157e20073d11364a3e3811328d8657e04d8788.tar.bz2
bsp/stm32h7: Move <math.h> include
This is necessary for libbsd compatibility. Update #3910.
Diffstat (limited to 'bsps/arm/stm32h7/include/stm32h7xx_hal_def.h')
-rw-r--r--bsps/arm/stm32h7/include/stm32h7xx_hal_def.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/bsps/arm/stm32h7/include/stm32h7xx_hal_def.h b/bsps/arm/stm32h7/include/stm32h7xx_hal_def.h
index fce605de8e..decd21f08c 100644
--- a/bsps/arm/stm32h7/include/stm32h7xx_hal_def.h
+++ b/bsps/arm/stm32h7/include/stm32h7xx_hal_def.h
@@ -30,7 +30,6 @@
#include "stm32h7xx.h"
#include "Legacy/stm32_hal_legacy.h"
#include <stddef.h>
-#include <math.h>
/* Exported types ------------------------------------------------------------*/