mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 01:07:21 +00:00
[ci] fix build error.
This commit is contained in:
@@ -1043,7 +1043,7 @@ int timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid)
|
||||
return -1; /* todo:memory leak */
|
||||
}
|
||||
_g_timerid[_timerid] = timer;
|
||||
*timerid = (timer_t *)(rt_ubase_t)_timerid;
|
||||
*timerid = (timer_t)(rt_ubase_t)_timerid;
|
||||
timer_id_unlock();
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user