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:
@@ -43,8 +43,8 @@
|
||||
#define configCPU_CLOCK_HZ ( ( unsigned long ) 8000000 )
|
||||
#define configTICK_RATE_HZ ( ( TickType_t ) 1000 )
|
||||
#define configMAX_PRIORITIES ( 5 )
|
||||
#define configMINIMAL_STACK_SIZE ( ( unsigned short ) 256 )
|
||||
#define configTOTAL_HEAP_SIZE ( ( size_t ) ( 0x7000 ) )
|
||||
#define configMINIMAL_STACK_SIZE ( ( unsigned short ) 128 )
|
||||
#define configTOTAL_HEAP_SIZE ( ( size_t ) ( 0x8000 ) )
|
||||
#define configMAX_TASK_NAME_LEN ( 16 )
|
||||
#define configUSE_TRACE_FACILITY 1
|
||||
#define configUSE_16_BIT_TICKS 0
|
||||
|
||||
@@ -63,8 +63,7 @@ struct HwValidationMenuItems
|
||||
struct Gpio* power6v5Enable;
|
||||
struct Gpio* interlockNO;
|
||||
struct Gpio* interlockNC;
|
||||
struct Gpio* teslaNO;
|
||||
struct Gpio* teslaNC;
|
||||
struct Gpio* TeslaSecurity;
|
||||
struct Gpio* solenoid;
|
||||
struct Gpio* mcp0Relay;
|
||||
struct Gpio* mcp1Relay;
|
||||
@@ -74,7 +73,7 @@ struct HwValidationMenuItems
|
||||
struct Gpio* cat2Relay;
|
||||
struct Pcba* pcba;
|
||||
struct Keypad *keypad;
|
||||
// struct Eeprom* eeprom; // Not implemented yet
|
||||
// struct Buzzer* buzzer;
|
||||
};
|
||||
|
||||
struct HwValidationMenu
|
||||
|
||||
Reference in New Issue
Block a user