report_to_aux_mcu.h 158 B

12345678
  1. #ifndef __REPORT_TO_AUX_MCU_H
  2. #define __REPORT_TO_AUX_MCU_H
  3. #include "stm32f1xx_hal.h"
  4. void Report_To_AuxMCU_Process(void);
  5. #endif //__REPORT_TO_AUX_MCU_H