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"