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:
@@ -95,8 +95,6 @@ static xTaskHandle sysTaskHandle;
|
||||
static struct HwValidationMenu _hwValidation = {.initialized = false};
|
||||
static struct HwValidationMenuItems hwTestItems;
|
||||
|
||||
|
||||
|
||||
struct HwValidationMenu* hwValidation = &_hwValidation;
|
||||
|
||||
|
||||
@@ -221,11 +219,14 @@ static void initTask(void* parameters)
|
||||
// Construct the repair menu
|
||||
repairMenus_construct();
|
||||
|
||||
|
||||
GPIO_setValue(power6v5Enable, false);
|
||||
|
||||
// Delete this init task
|
||||
vTaskDelete(NULL);
|
||||
|
||||
}
|
||||
|
||||
|
||||
static void ledBlinkTask (void* parameters)
|
||||
{
|
||||
char high = 1;
|
||||
|
||||
Reference in New Issue
Block a user