#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