#ifndef _APP_HOST_MCU_COMM_H_ #define _APP_HOST_MCU_COMM_H_ #include "stdio.h" void hostFrameDataAnalyze(uint8_t *buff, uint8_t dataLen); #endif