main/task_adc.h

changeset 44
e52d11b8f252
parent 0
88d965579617
--- a/main/task_adc.h	Tue Nov 26 11:55:46 2019 +0100
+++ b/main/task_adc.h	Fri Nov 29 14:26:37 2019 +0100
@@ -54,8 +54,9 @@
 
 /**
  * @brief The FreeRTOS task to update the pressure sensors on request.
+ * @param pvParameters Parameters for the task.
  */
-void task_adc(void *);
+void task_adc(void *pvParameters);
 
 
 #endif

mercurial