Fixed HW validation menu
Fixed some minor issues/bugs git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@284 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
@@ -318,13 +318,13 @@ static void repairMenu_printWarning(struct MenuCore* self)
|
||||
|
||||
static void repairMenu_printRepair(struct MenuCore* self)
|
||||
{
|
||||
int loopCounter = 0;
|
||||
char buffer[20];
|
||||
|
||||
struct RepairMenu* repairMenu = repairMenus_getMainRepairMenu();
|
||||
struct RepairProcess* repairProcess = repairProcesses_getMainRepairProcess();
|
||||
if (repairProcess_isProcessRunning(repairProcess))
|
||||
{
|
||||
int loopCounter = 0;
|
||||
char buffer[20];
|
||||
if (xSemaphoreTake(repairMenu->repairScreenUpdateSemaphore, 0) != pdTRUE)
|
||||
{
|
||||
// Taking semaphore failed - no update on the screen
|
||||
|
||||
Reference in New Issue
Block a user