Corrected menu items

Added all tests except eeprom and keypad

git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@243 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
swo
2017-10-06 13:37:21 +00:00
parent e54e15da18
commit 0e69a81570
2 changed files with 285 additions and 130 deletions

View File

@@ -43,12 +43,13 @@
// Constant and macro definitions
// -----------------------------------------------------------------------------
#define ANSI_TERMINAL_RESET "\x1b[2J"
#define ANSI_TERMINAL_HOME "\x1b[H"
#define CON_INF_MAX_MENU_ITEMS (15)
#define HW_VAL_MENU_OUTPUT_BUFFER_SIZE (64)
// -----------------------------------------------------------------------------
// Type definitions.
@@ -84,6 +85,7 @@ struct HwValidationMenu
int menuItemSelected;
struct IODevice* ioDevice;
bool initialized;
char outputBuffer[HW_VAL_MENU_OUTPUT_BUFFER_SIZE];
};