File tree 1 file changed +0
-70
lines changed
1 file changed +0
-70
lines changed Original file line number Diff line number Diff line change 35
35
*
36
36
******************************************************************************
37
37
*/
38
- /** @addtogroup CMSIS
39
- * @{
40
- */
41
-
42
- /** @addtogroup stm32f4xx_system
43
- * @{
44
- */
45
-
46
- /** @addtogroup STM32F4xx_System_Private_Includes
47
- * @{
48
- */
49
38
#include "stm32_def.h"
50
39
#include "hw_config.h"
51
40
52
41
#ifdef __cplusplus
53
42
extern "C" {
54
43
#endif
55
44
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
-
103
45
/**
104
46
* @brief This function performs the global init of the system (HAL, IOs...)
105
47
* @param None
@@ -113,18 +55,6 @@ void hw_config_init(void)
113
55
// Configure the system clock
114
56
SystemClock_Config ();
115
57
}
116
-
117
- /**
118
- * @}
119
- */
120
-
121
- /**
122
- * @}
123
- */
124
-
125
- /**
126
- * @}
127
- */
128
58
#ifdef __cplusplus
129
59
}
130
60
#endif
You can’t perform that action at this time.
0 commit comments