From f7186e23f208d6c47f89034a1452a5bccc8cb31c Mon Sep 17 00:00:00 2001 From: mmi Date: Tue, 6 Feb 2018 13:32:06 +0000 Subject: [PATCH] fixed testing changes git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@432 05563f52-14a8-4384-a975-3d1654cca0fa --- .../3 - Implementation/0 - Code/Platform/inc/PCBA.h | 2 +- .../3 - Implementation/0 - Code/hsb-mrts/inc/hsb-mrts.h | 2 +- .../3 - Implementation/0 - Code/hsb-mrts/src/hwValidationMenu.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/Platform/inc/PCBA.h b/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/Platform/inc/PCBA.h index f7a4acc..d788eed 100644 --- a/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/Platform/inc/PCBA.h +++ b/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/Platform/inc/PCBA.h @@ -74,7 +74,7 @@ struct Pcba * constructs the PCBA information. Calling it afterwards returns the already * constructed data * - * @return struct Pcba* The PCBA information singelton + * @return struct Pcba* The PCBA information singleton * * * @todo diff --git a/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/hsb-mrts/inc/hsb-mrts.h b/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/hsb-mrts/inc/hsb-mrts.h index c5d5cd8..08de625 100644 --- a/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/hsb-mrts/inc/hsb-mrts.h +++ b/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/hsb-mrts/inc/hsb-mrts.h @@ -52,7 +52,7 @@ #define HSB_MAINREPR_TASK_PRIORITY (2) #define HSB_MAINREPR_TASK_STACKSIZE (512) -#define HSB_MAINREPR_OOL_DURATION (20) +#define HSB_MAINREPR_OOL_DURATION (15) #define HSB_MAINREPR_OOL_VALUE (300) #define HSB_ADC_ANODE_MIN_VOLTAGE (0) diff --git a/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/hsb-mrts/src/hwValidationMenu.c b/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/hsb-mrts/src/hwValidationMenu.c index 21f74e3..88ec4e3 100644 --- a/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/hsb-mrts/src/hwValidationMenu.c +++ b/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/hsb-mrts/src/hwValidationMenu.c @@ -291,7 +291,7 @@ static const char conTestSolenoid[] = ANSI_TERMINAL_HOME " TEST Solenoid \r\n" " \r\n" - " Test the solenoid [1-2] \r\n" + " Test the solenoid \r\n" " \r\n" " [%c] Toggle Solenoid \r\n" " [%c] Back \r\n"