Skip to content

Commit 7716068

Browse files
committed
Clean up comment in hw_config.c
Signed-off-by: Frederic.Pillon <[email protected]>
1 parent 7c72fba commit 7716068

File tree

1 file changed

+0
-70
lines changed

1 file changed

+0
-70
lines changed

cores/arduino/stm32/hw_config.c

-70
Original file line numberDiff line numberDiff line change
@@ -35,71 +35,13 @@
3535
*
3636
******************************************************************************
3737
*/
38-
/** @addtogroup CMSIS
39-
* @{
40-
*/
41-
42-
/** @addtogroup stm32f4xx_system
43-
* @{
44-
*/
45-
46-
/** @addtogroup STM32F4xx_System_Private_Includes
47-
* @{
48-
*/
4938
#include "stm32_def.h"
5039
#include "hw_config.h"
5140

5241
#ifdef __cplusplus
5342
extern "C" {
5443
#endif
5544

56-
/**
57-
* @}
58-
*/
59-
60-
/** @addtogroup STM32F4xx_System_Private_TypesDefinitions
61-
* @{
62-
*/
63-
64-
/**
65-
* @}
66-
*/
67-
68-
/** @addtogroup STM32F4xx_System_Private_Defines
69-
* @{
70-
*/
71-
/**
72-
* @}
73-
*/
74-
75-
/** @addtogroup STM32F4xx_System_Private_Macros
76-
* @{
77-
*/
78-
79-
/**
80-
* @}
81-
*/
82-
83-
/** @addtogroup STM32F4xx_System_Private_Variables
84-
* @{
85-
*/
86-
87-
/**
88-
* @}
89-
*/
90-
91-
/** @addtogroup STM32F4xx_System_Private_FunctionPrototypes
92-
* @{
93-
*/
94-
95-
/**
96-
* @}
97-
*/
98-
99-
/** @addtogroup STM32F4xx_System_Private_Functions
100-
* @{
101-
*/
102-
10345
/**
10446
* @brief This function performs the global init of the system (HAL, IOs...)
10547
* @param None
@@ -113,18 +55,6 @@ void hw_config_init(void)
11355
// Configure the system clock
11456
SystemClock_Config();
11557
}
116-
117-
/**
118-
* @}
119-
*/
120-
121-
/**
122-
* @}
123-
*/
124-
125-
/**
126-
* @}
127-
*/
12858
#ifdef __cplusplus
12959
}
13060
#endif

0 commit comments

Comments
 (0)