// +FHDR------------------------------------------------------------ // Copyright (c) 2022 SmartLogic. // ALL RIGHTS RESERVED // ----------------------------------------------------------------- // Filename : ucp_heartbeat.h // Author : xianfeng.du // Created On : 2022-11-30 // Last Modified : // ----------------------------------------------------------------- // Description: // // // -FHDR------------------------------------------------------------ #ifndef __UCP_HEARTBEAT_H__ #define __UCP_HEARTBEAT_H__ //#include "typedef.h" #define HEARTBEAT_ENABLE void heart_beat_write(void); #endif