File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ ISR Semaphore : 1328 / 1349 / 1328
49
49
ISR Message queue : 1437 / 1451 / 1437
50
50
ISR Blocking message queue : 1545 / 1553 / 1545
51
51
52
-
53
52
GCC 12.2.0 -O3 (FPU enabled, fastpath turned on)
54
53
___ __ ___ ___
55
54
/ _ \ / |/ // _ \ Simple real-time kernel
Original file line number Diff line number Diff line change @@ -368,14 +368,14 @@ void Test_Bmq_2(void)
368
368
}
369
369
}
370
370
371
- void Test_Alrm_Hook (volatile struct RMP_Amgr * Amgr ,
372
- volatile struct RMP_Alrm * Alrm ,
371
+ void Test_Alrm_Hook (volatile struct RMP_Amgr * This_Amgr ,
372
+ volatile struct RMP_Alrm * This_Alrm ,
373
373
rmp_cnt_t Overdue )
374
374
{
375
- RMP_USE (Amgr );
375
+ RMP_USE (This_Amgr );
376
376
RMP_ASSERT (Overdue == 0 );
377
377
378
- switch (Alrm -> Delay )
378
+ switch (This_Alrm -> Delay )
379
379
{
380
380
case 1U :Alrm_1_Cnt ++ ;break ;
381
381
case 2U :Alrm_2_Cnt ++ ;break ;
You can’t perform that action at this time.
0 commit comments