gateway_mcu/CH32V303-FreeRTOS/App/application/Host/Inc/hostRecvSlaveDataParse.h

10 lines
170 B
C

#ifndef _APP_HOST_RECV_SLAVE_DATA_PARSE_H_
#define _APP_HOST_RECV_SLAVE_DATA_PARSE_H_
#include "uart_dev.h"
void hostRecvSlaveDataParse(device_handle device);
#endif