Skip to main content
Tomasz Zeman
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

This topic has been closed for replies.

1 reply

Technical Moderator
September 7, 2018

Hello @Tomasz Zeman​ ,

Thank you for bringing this to our attention.

This issue will be fixed in the next release of STM32CubeH7.

With Regards,

Imen

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks