ctf_process.h 298 B

1234567891011121314
  1. #ifndef __CTF_PROCESS_H
  2. #define __CTF_PROCESS_H
  3. #include "stm32f1xx_hal.h"
  4. #include "main.h"
  5. #include "encrypt.h"
  6. #include "string.h"
  7. #include "var.h"
  8. #include "eeprom_24c02.h"
  9. extern void Read_Ctf_Info(MC_ErrorCode_Struct_t* p_ErrorCode);//¶ÁÈ¡ÈÏÖ¤ÐÅÏ¢
  10. extern void Ctf_CalAndSave(void);
  11. #endif