File tree Expand file tree Collapse file tree 1 file changed +1
-58
lines changed Expand file tree Collapse file tree 1 file changed +1
-58
lines changed Original file line number Diff line number Diff line change 5757 extern "C" {
5858#endif
5959
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
9261#define UART_NUM (8)
9362static UART_HandleTypeDef * uart_handlers [UART_NUM ] = {NULL };
9463static void (* rx_callback [UART_NUM ])(serial_t * );
@@ -97,21 +66,6 @@ static int (*tx_callback[UART_NUM])(serial_t*);
9766static serial_t * tx_callback_obj [UART_NUM ];
9867
9968static 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- */
11569
11670/**
11771 * @brief Function called to initialize the uart interface
@@ -659,17 +613,6 @@ void UART8_IRQHandler(void)
659613}
660614#endif
661615
662- /**
663- * @}
664- */
665-
666- /**
667- * @}
668- */
669-
670- /**
671- * @}
672- */
673616#ifdef __cplusplus
674617}
675618#endif
You can’t perform that action at this time.
0 commit comments