Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRTOS/FreeRTOS-Kernel-Partner-Supported-Ports.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'GCC/AVR_AVRDx/portmacro.h')
-rw-r--r--GCC/AVR_AVRDx/portmacro.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/GCC/AVR_AVRDx/portmacro.h b/GCC/AVR_AVRDx/portmacro.h
index 7879b64..e5cb655 100644
--- a/GCC/AVR_AVRDx/portmacro.h
+++ b/GCC/AVR_AVRDx/portmacro.h
@@ -95,8 +95,6 @@ typedef unsigned char UBaseType_t;
extern void vPortYield( void ) __attribute__( ( naked ) );
#define portYIELD() vPortYield()
-extern void vPortYieldFromISR( void ) __attribute__( ( naked ) );
-#define portYIELD_FROM_ISR() vPortYieldFromISR()
/*-----------------------------------------------------------*/
/* Task function macros as described on the FreeRTOS.org WEB site. */