Skip to content

Commit af967c5

Browse files
hehaoruiTOUNSTM
authored andcommitted
fixed comment syntax
There seems to be a syntax msitake in the comment part of the 'stm32h7xx_hal_timebase_rtc_alarm_template.c' file, which leads to compile failure in keil uVision V5.38.0.0. This patch fix the problem and now it compiles well without error.
1 parent c2b1314 commit af967c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_timebase_rtc_alarm_template.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
* If no LICENSE file comes with this software, it is provided AS-IS.
2323
*
2424
******************************************************************************
25-
*/
26-
@verbatim
25+
@verbatim
2726
==============================================================================
2827
##### How to use this driver #####
2928
==============================================================================

0 commit comments

Comments
 (0)