Skip to content

Commit 30c8aed

Browse files
committed
ci
1 parent c67b2e0 commit 30c8aed

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

src/ipc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
* 2023-04-16 Xin-zheqi redesigen queue recv and send function return real message size
4848
* 2023-09-15 xqyjlj perf rt_hw_interrupt_disable/enable
4949
* 2025-06-01 htl5241 fix timer overflow
50-
*
5150
*/
5251

5352
#include <rtthread.h>

src/thread.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535
* 2023-09-15 xqyjlj perf rt_hw_interrupt_disable/enable
3636
* 2023-12-10 xqyjlj fix thread_exit/detach/delete
3737
* fix rt_thread_delay
38-
* 2025-06-01 htl5241 fix timer overflow
39-
*
38+
* 2025-06-01 htl5241 fix timer overflow
4039
*/
4140

4241
#include <rthw.h>

src/timer.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
* 2023-09-15 xqyjlj perf rt_hw_interrupt_disable/enable
2323
* 2024-01-25 Shell add RT_TIMER_FLAG_THREAD_TIMER for timer to sync with sched
2424
* 2024-05-01 wdfk-prog The rt_timer_check and _soft_timer_check functions are merged
25-
* 2025-06-01 htl5241 remove redundancy
26-
* fix timer overflow
25+
* 2025-06-01 htl5241 remove redundancy and fix timer overflow
2726
*/
2827

2928
#include <rtthread.h>

0 commit comments

Comments
 (0)