@@ -689,7 +689,7 @@ int rt_timespec_to_tick(const struct timespec *time)
{
int tick;
int nsecond, second;
- struct timespec tp;
+ struct timespec tp = {0};
RT_ASSERT(time != RT_NULL);