File tree 1 file changed +0
-66
lines changed
1 file changed +0
-66
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
51
40
#ifdef __cplusplus
52
41
extern "C" {
53
42
#endif
54
43
55
- /**
56
- * @}
57
- */
58
-
59
- /** @addtogroup STM32F4xx_System_Private_TypesDefinitions
60
- * @{
61
- */
62
-
63
- /**
64
- * @}
65
- */
66
-
67
- /** @addtogroup STM32F4xx_System_Private_Defines
68
- * @{
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
44
/**
100
45
* @brief Function called to read the current micro second
101
46
* @param None
@@ -176,17 +121,6 @@ void delayInsideIT(uint32_t delay_us)
176
121
#endif
177
122
}
178
123
179
- /**
180
- * @}
181
- */
182
-
183
- /**
184
- * @}
185
- */
186
-
187
- /**
188
- * @}
189
- */
190
124
#ifdef __cplusplus
191
125
}
192
126
#endif
You can’t perform that action at this time.
0 commit comments