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:
@@ -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];
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user