arm/stm32h7: Add STM32H7_HSE_FREQUENCY

This commit is contained in:
Sebastian Huber
2021-04-06 09:43:23 +02:00
parent 26307ef115
commit 6bb6b69bb6
3 changed files with 27 additions and 0 deletions

View File

@@ -21,6 +21,11 @@
#ifndef __STM32H7xx_HAL_CONF_H
#define __STM32H7xx_HAL_CONF_H
#ifdef __rtems__
#include <bspopts.h>
#define HSE_VALUE ((uint32_t)STM32H7_HSE_FREQUENCY)
#endif /* __rtems__ */
#ifdef __cplusplus
extern "C" {
#endif