File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -743,10 +743,10 @@ void vPortYieldFromTick( void )
743
743
* use ISR_NOBLOCK where there is an important timer running, that should preempt the scheduler.
744
744
*
745
745
*/
746
- ISR ( portSCHEDULER_ISR , ISR_NAKED ) __attribute__( ( hot , flatten ) );
746
+ ISR ( portSCHEDULER_ISR , ISR_NAKED ) __attribute__ ( ( hot , flatten ) );
747
747
748
- /* ISR(portSCHEDULER_ISR, ISR_NAKED ISR_NOBLOCK) __attribute__ (( hot, flatten) );
749
- */
748
+ /* ISR( portSCHEDULER_ISR, ISR_NAKED ISR_NOBLOCK ) __attribute__ ( ( hot, flatten ) );
749
+ */
750
750
ISR ( portSCHEDULER_ISR )
751
751
{
752
752
vPortYieldFromTick ();
@@ -761,10 +761,10 @@ void vPortYieldFromTick( void )
761
761
*
762
762
* use ISR_NOBLOCK where there is an important timer running, that should preempt the scheduler.
763
763
*/
764
- ISR ( portSCHEDULER_ISR ) __attribute__( ( hot , flatten ) ) ;
764
+ ISR ( portSCHEDULER_ISR ) __attribute__ ( ( hot , flatten ) );
765
765
766
- /* ISR(portSCHEDULER_ISR, ISR_NOBLOCK) __attribute__ (( hot, flatten) );
767
- */
766
+ /* ISR( portSCHEDULER_ISR, ISR_NOBLOCK ) __attribute__ ( ( hot, flatten ) );
767
+ */
768
768
ISR ( portSCHEDULER_ISR )
769
769
{
770
770
xTaskIncrementTick ();
Original file line number Diff line number Diff line change 1
1
/*
2
- * FreeRTOS Kernel V1 .0.1
2
+ * FreeRTOS Kernel V11 .0.1
3
3
* Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
4
4
*
5
5
* SPDX-License-Identifier: MIT
You can’t perform that action at this time.
0 commit comments