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 )
743743 * use ISR_NOBLOCK where there is an important timer running, that should preempt the scheduler.
744744 *
745745 */
746- ISR ( portSCHEDULER_ISR , ISR_NAKED ) __attribute__( ( hot , flatten ) );
746+ ISR ( portSCHEDULER_ISR , ISR_NAKED ) __attribute__ ( ( hot , flatten ) );
747747
748- /* ISR(portSCHEDULER_ISR, ISR_NAKED ISR_NOBLOCK) __attribute__ (( hot, flatten) );
749- */
748+ /* ISR( portSCHEDULER_ISR, ISR_NAKED ISR_NOBLOCK ) __attribute__ ( ( hot, flatten ) );
749+ */
750750 ISR ( portSCHEDULER_ISR )
751751 {
752752 vPortYieldFromTick ();
@@ -761,10 +761,10 @@ void vPortYieldFromTick( void )
761761 *
762762 * use ISR_NOBLOCK where there is an important timer running, that should preempt the scheduler.
763763 */
764- ISR ( portSCHEDULER_ISR ) __attribute__( ( hot , flatten ) ) ;
764+ ISR ( portSCHEDULER_ISR ) __attribute__ ( ( hot , flatten ) );
765765
766- /* ISR(portSCHEDULER_ISR, ISR_NOBLOCK) __attribute__ (( hot, flatten) );
767- */
766+ /* ISR( portSCHEDULER_ISR, ISR_NOBLOCK ) __attribute__ ( ( hot, flatten ) );
767+ */
768768 ISR ( portSCHEDULER_ISR )
769769 {
770770 xTaskIncrementTick ();
Original file line number Diff line number Diff line change 11/*
2- * FreeRTOS Kernel V1 .0.1
2+ * FreeRTOS Kernel V11 .0.1
33 * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44 *
55 * SPDX-License-Identifier: MIT
You can’t perform that action at this time.
0 commit comments