Skip to content

Commit 1e9303c

Browse files
committed
clean unuseful comments
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 5f8a919 commit 1e9303c

File tree

1 file changed

+0
-66
lines changed

1 file changed

+0
-66
lines changed

Diff for: cores/arduino/stm32/clock.c

-66
Original file line numberDiff line numberDiff line change
@@ -35,67 +35,12 @@
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

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

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-
9944
/**
10045
* @brief Function called to read the current micro second
10146
* @param None
@@ -176,17 +121,6 @@ void delayInsideIT(uint32_t delay_us)
176121
#endif
177122
}
178123

179-
/**
180-
* @}
181-
*/
182-
183-
/**
184-
* @}
185-
*/
186-
187-
/**
188-
* @}
189-
*/
190124
#ifdef __cplusplus
191125
}
192126
#endif

0 commit comments

Comments
 (0)