comparison Small_CPU/Inc/uart.h @ 890:651d21777b61 Evo_2_23

cleanup and disable function for GNSS uart and DMA
author heinrichsweikamp
date Fri, 06 Sep 2024 18:43:30 +0200
parents cf3967fe6924
children
comparison
equal deleted inserted replaced
889:cf3967fe6924 890:651d21777b61
35 void MX_USART1_UART_DeInit(void); 35 void MX_USART1_UART_DeInit(void);
36 void MX_USART1_DMA_Init(void); 36 void MX_USART1_DMA_Init(void);
37 37
38 void MX_USART6_UART_Init(void); 38 void MX_USART6_UART_Init(void);
39 void MX_USART6_DMA_Init(void); 39 void MX_USART6_DMA_Init(void);
40 void MX_USART6_UART_DeInit(void);
40 void GNSS_IO_init(void); 41 void GNSS_IO_init(void);
41 42
42 uint8_t UART_ButtonAdjust(uint8_t *array); 43 uint8_t UART_ButtonAdjust(uint8_t *array);
43 void UART_StartDMA_Receiption(void); 44 void UART_StartDMA_Receiption(void);
44 #ifdef ENABLE_CO2_SUPPORT 45 #ifdef ENABLE_CO2_SUPPORT