We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f74947 commit 5236f9dCopy full SHA for 5236f9d
src/portmacro.h
@@ -98,6 +98,9 @@ typedef uint8_t UBaseType_t;
98
/* Kernel utilities. */
99
extern void vPortYield( void ) __attribute__ ( ( naked ) );
100
#define portYIELD() vPortYield()
101
+
102
+extern void vPortYieldFromISR( void ) __attribute__ ( ( naked ) );
103
+#define portYIELD_FROM_ISR() vPortYieldFromISR()
104
/*-----------------------------------------------------------*/
105
106
#if defined(__AVR_3_BYTE_PC__)
0 commit comments