10 lines
170 B
C
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
|