16 lines
247 B
C
16 lines
247 B
C
|
#ifndef _APP_HOST_MCU_DATA_PARSE_H_
|
||
|
#define _APP_HOST_MCU_DATA_PARSE_H_
|
||
|
|
||
|
#include "stdio.h"
|
||
|
|
||
|
#include "FreeRTOS.h"
|
||
|
#include "task.h"
|
||
|
|
||
|
#include "mcu_common.h"
|
||
|
|
||
|
#include "hostQueueUart.h"
|
||
|
|
||
|
void hostMcuUartDataAnalysis(device_handle device);
|
||
|
|
||
|
#endif
|