diff options
Diffstat (limited to 'os')
-rw-r--r-- | os/hal/boards/ST_NUCLEO144_H743ZI/board.h | 8 | ||||
-rw-r--r-- | os/hal/ports/STM32/STM32H7xx/hal_lld.h | 3 |
2 files changed, 1 insertions, 10 deletions
diff --git a/os/hal/boards/ST_NUCLEO144_H743ZI/board.h b/os/hal/boards/ST_NUCLEO144_H743ZI/board.h index 2c6502c9c..72c729235 100644 --- a/os/hal/boards/ST_NUCLEO144_H743ZI/board.h +++ b/os/hal/boards/ST_NUCLEO144_H743ZI/board.h @@ -58,15 +58,9 @@ #define STM32_HSE_BYPASS
/*
- * Board voltages.
- * Required for performance limits calculation.
- */
-#define STM32_VDD 300U
-
-/*
* MCU type as defined in the ST header.
*/
-#define STM32F767xx
+#define STM32H743xx
/*
* IO pins assignments.
diff --git a/os/hal/ports/STM32/STM32H7xx/hal_lld.h b/os/hal/ports/STM32/STM32H7xx/hal_lld.h index 39db11913..e418efa5a 100644 --- a/os/hal/ports/STM32/STM32H7xx/hal_lld.h +++ b/os/hal/ports/STM32/STM32H7xx/hal_lld.h @@ -1214,9 +1214,6 @@ #if !defined(STM32_HSECLK)
#error "STM32_HSECLK not defined in board.h"
#endif
-#if !defined(STM32_VDD)
-#error "STM32_VDD not defined in board.h"
-#endif
/**
* @name Constants depending on VOS setting
|