Index: firmware/App/Tasks/TaskGeneral.h =================================================================== diff -u -rd91a24c730aeb5cd7e3eba9ef4eca78e442911f8 -r30f049651877229042e3f8700c8596e5b9a1e0f4 --- firmware/App/Tasks/TaskGeneral.h (.../TaskGeneral.h) (revision d91a24c730aeb5cd7e3eba9ef4eca78e442911f8) +++ firmware/App/Tasks/TaskGeneral.h (.../TaskGeneral.h) (revision 30f049651877229042e3f8700c8596e5b9a1e0f4) @@ -29,11 +29,11 @@ * @{ */ -// public definitions +// Public definitions #define TASK_GENERAL_INTERVAL (50) ///< General task timer interrupt interval (in ms). -// public function prototypes +// Public function prototypes void taskGeneral( void );