summaryrefslogtreecommitdiff
path: root/Source/portable/SDCC/PIC18/portmacro.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/portable/SDCC/PIC18/portmacro.h')
-rw-r--r--Source/portable/SDCC/PIC18/portmacro.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/portable/SDCC/PIC18/portmacro.h b/Source/portable/SDCC/PIC18/portmacro.h
index 132cf6d0..08da03cc 100644
--- a/Source/portable/SDCC/PIC18/portmacro.h
+++ b/Source/portable/SDCC/PIC18/portmacro.h
@@ -97,13 +97,13 @@ if(INDF1&portGLOBAL_INT_ENABLE_BIT) \
/*-----------------------------------------------------------*/
/* Task utilities. */
-extern void vPortYield( void ) __naked;
+extern void vPortYield(void) __naked;
#define portYIELD() vPortYield()
/*-----------------------------------------------------------*/
/* Task function macros as described on the FreeRTOS.org WEB site. */
-#define portTASK_FUNCTION_PROTO( vFunction, pvParameters ) void vFunction( void *pvParameters )
-#define portTASK_FUNCTION( vFunction, pvParameters ) void vFunction( void *pvParameters )
+#define portTASK_FUNCTION_PROTO(vFunction, pvParameters) void vFunction(void *pvParameters)
+#define portTASK_FUNCTION(vFunction, pvParameters) void vFunction(void *pvParameters)
/*-----------------------------------------------------------*/
/* Required by the kernel aware debugger. */