Associate II
September 6, 2018
Question
stm32h7xx_hal_usart.h include guard is incorrect.
- September 6, 2018
- 1 reply
- 927 views
There is a "2" missing in the define at the beginning of the stm32h7xx_hal_usart.h file. Can somebody fix it for the next release? - if there is one.
/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef __STM32H7xx_HAL_USART_H
#define __STM3H7xx_HAL_USART_H
#ifdef __cplusplus
extern "C" {
#endif