#ifndef __CTF_PROCESS_H #define __CTF_PROCESS_H #include "stm32f1xx_hal.h" #include "main.h" #include "encrypt.h" #include "string.h" #include "var.h" #include "eeprom_24c02.h" extern void Read_Ctf_Info(MC_ErrorCode_Struct_t* p_ErrorCode);//读取认证信息 extern void Ctf_CalAndSave(void); #endif