gateway_mcu/CH32V303-FreeRTOS/App/application/Inc/downUartParse.h

8 lines
154 B
C
Raw Normal View History

2025-03-05 08:27:39 +00:00
#ifndef APP_DOWN_UART_PARSE_
#define APP_DOWN_UART_PARSE_
#include "uart_dev.h"
extern uint16_t checkModebusCrc(uint8_t *arr_buff, uint8_t len);
#endif