bsps/stm32h7: fix compilation issue after HAL update

Based on:

commit 99494370d6
Author: Sebastian Huber <sebastian.huber@embedded-brains.de>
Date:   Wed Mar 4 12:34:34 2020 +0100

    bsp/stm32h7: New BSP

    Update #3910.
This commit is contained in:
Karel Gardas
2023-07-21 15:14:54 +02:00
parent ba8ac65929
commit f08f75f0bd

View File

@@ -37,6 +37,9 @@
#ifndef STM32H7xx_H
#define STM32H7xx_H
#ifdef __rtems__
#include <bspopts.h>
#endif /* __rtems__ */
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */