Menu implementation structure done. Menus far from finished but basic structure is functional
Scheck-in for TLa for PID tuning git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@252 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
@@ -104,6 +104,8 @@ struct RepairProcess
|
||||
* Description of function
|
||||
*
|
||||
* @param self The process object
|
||||
* @param parameters
|
||||
* @param preset
|
||||
* @param taskPriority Task priority for the repair process
|
||||
* @param stackSize Stacksize of the task
|
||||
*
|
||||
@@ -113,7 +115,7 @@ struct RepairProcess
|
||||
* @todo
|
||||
* -----------------------------------------------------------------------------
|
||||
*/
|
||||
extern ErrorStatus repairProcess_construct(struct RepairProcess* self, struct RepairProcessParameters* parameters, int taskPriority, uint16_t stackSize);
|
||||
extern ErrorStatus repairProcess_construct(struct RepairProcess* self, struct RepairProcessParameters* parameters, const struct RepairPreset* preset, int taskPriority, uint16_t stackSize);
|
||||
|
||||
|
||||
/** ----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user