Skip to content

Commit

Permalink
删除os_task.c无用注释
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterywolf committed Oct 7, 2020
1 parent 114dc80 commit 9279f80
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@
### 2020-10-07

- 实现`PKG_USING_UCOSIII_WRAPPER_TINY`以精简兼容层
- 删除`os_task.c`无用注释



Expand Down Expand Up @@ -518,6 +519,10 @@
实现`PKG_USING_UCOSIII_WRAPPER_TINY`以精简兼容层
**[del]** 删除`os_task.c`无用注释
# TODO
Expand Down
13 changes: 6 additions & 7 deletions uCOS-III_Wrapper/uCOS-III/os_task.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@

/*
************************************************************************************************************************
* Note(s) : 1)由于RTT没有相关接口,因此以下函数没有实现
* OSTaskChangePrio
* Note(s) : 1)由于RT-Thread没有相关接口,因此以下函数没有实现
* OSTaskTimeQuantaSet
************************************************************************************************************************
*/
Expand Down Expand Up @@ -1709,11 +1708,11 @@ void OSTaskSuspend (OS_TCB *p_tcb,
*/

#if OS_CFG_SCHED_ROUND_ROBIN_EN > 0u
void OSTaskTimeQuantaSet (OS_TCB *p_tcb,
OS_TICK time_quanta,
OS_ERR *p_err)
{
}
//void OSTaskTimeQuantaSet (OS_TCB *p_tcb,
// OS_TICK time_quanta,
// OS_ERR *p_err)
//{
//}
#endif

/*
Expand Down

0 comments on commit 9279f80

Please sign in to comment.