#ifndef DEVICE_ALIVE_H #define DEVICE_ALIVE_H #include #include extern bool device_time_flag ; bool time_arrive(uint32_t time ); void clear_time_flag(); #endif