From d5227abff8477f2ab0ac55b9242545254a330442 Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Thu, 10 Sep 2020 21:55:35 +0200 Subject: [PATCH] small formatting stuff --- include/task.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/task.h b/include/task.h index 2c9adf44b..d68be5946 100644 --- a/include/task.h +++ b/include/task.h @@ -780,7 +780,9 @@ void vTaskDelay( const TickType_t xTicksToDelay ) PRIVILEGED_FUNCTION; /** * task. h - *
BaseType_t xTaskDelayUntil( TickType_t *pxPreviousWakeTime, const TickType_t xTimeIncrement );
+ *
+ * BaseType_t xTaskDelayUntil( TickType_t *pxPreviousWakeTime, const TickType_t xTimeIncrement );
+ * 
* * INCLUDE_vTaskDelayUntil must be defined as 1 for this function to be available. * See the configuration section for more information.