File tree 1 file changed +1
-58
lines changed
1 file changed +1
-58
lines changed Original file line number Diff line number Diff line change 57
57
extern "C" {
58
58
#endif
59
59
60
- /**
61
- * @}
62
- */
63
-
64
- /** @addtogroup STM32F4xx_System_Private_Defines
65
- * @{
66
- */
67
-
68
- /**
69
- * @}
70
- */
71
-
72
- /** @addtogroup STM32F4xx_System_Private_TypesDefinitions
73
- * @{
74
- */
75
-
76
- /**
77
- * @}
78
- */
79
-
80
- /** @addtogroup STM32F4xx_System_Private_Macros
81
- * @{
82
- */
83
-
84
- /**
85
- * @}
86
- */
87
-
88
- /** @addtogroup STM32F4xx_System_Private_Variables
89
- * @{
90
- */
91
- /// @brief uart caracteristics
60
+ // @brief uart caracteristics
92
61
#define UART_NUM (8)
93
62
static UART_HandleTypeDef * uart_handlers [UART_NUM ] = {NULL };
94
63
static void (* rx_callback [UART_NUM ])(serial_t * );
@@ -97,21 +66,6 @@ static int (*tx_callback[UART_NUM])(serial_t*);
97
66
static serial_t * tx_callback_obj [UART_NUM ];
98
67
99
68
static uint8_t rx_buffer [1 ] = {0 };
100
- /**
101
- * @}
102
- */
103
-
104
- /** @addtogroup STM32F4xx_System_Private_FunctionPrototypes
105
- * @{
106
- */
107
-
108
- /**
109
- * @}
110
- */
111
-
112
- /** @addtogroup STM32F4xx_System_Private_Functions
113
- * @{
114
- */
115
69
116
70
/**
117
71
* @brief Function called to initialize the uart interface
@@ -659,17 +613,6 @@ void UART8_IRQHandler(void)
659
613
}
660
614
#endif
661
615
662
- /**
663
- * @}
664
- */
665
-
666
- /**
667
- * @}
668
- */
669
-
670
- /**
671
- * @}
672
- */
673
616
#ifdef __cplusplus
674
617
}
675
618
#endif
You can’t perform that action at this time.
0 commit comments