summaryrefslogtreecommitdiff
path: root/Source/include
diff options
context:
space:
mode:
Diffstat (limited to 'Source/include')
-rw-r--r--Source/include/FreeRTOS.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Source/include/FreeRTOS.h b/Source/include/FreeRTOS.h
index 2e3069a9..0968e3fd 100644
--- a/Source/include/FreeRTOS.h
+++ b/Source/include/FreeRTOS.h
@@ -189,6 +189,15 @@ typedef portBASE_TYPE (*pdTASK_HOOK_CODE)( void * );
#endif
+#ifndef portSET_INTERRUPT_MASK_FROM_ISR
+ #define portSET_INTERRUPT_MASK_FROM_ISR()
+#endif
+
+#ifndef portCLEAR_INTERRUPT_MASK_FROM_ISR
+ #define portCLEAR_INTERRUPT_MASK_FROM_ISR()
+#endif
+
+
/* Remove any unused trace macros. */
#ifndef traceSTART
/* Used to perform any necessary initialisation - for example, open a file