소스 검색

Merge pull request #1 from nsearchf/nsearchf-patch-1

[Kernel] fix typo in rt_thread_delay_util
zhaoshaowei 5 년 전
부모
커밋
b135b70934
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/thread.c

+ 1 - 1
src/thread.c

@@ -585,7 +585,7 @@ rt_err_t rt_thread_delay_until(rt_tick_t *tick, rt_tick_t inc_tick)
 
     return RT_EOK;
 }
-RTM_EXPORT(rt_thread_delay_util);
+RTM_EXPORT(rt_thread_delay_until);
 
 /**
  * This function will let current thread delay for some milliseconds.