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