From 7bceed8753ab58ca4d4b6122c1f9d94f30ffc2d1 Mon Sep 17 00:00:00 2001 From: mmi Date: Tue, 6 Feb 2018 10:16:33 +0000 Subject: [PATCH] git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@431 05563f52-14a8-4384-a975-3d1654cca0fa --- .../3 - Implementation/0 - Code/HAL/inc/TeslaGunSafety.h | 4 ++-- .../3 - Implementation/0 - Code/buglist.txt | 2 ++ .../0 - Code/hsb-mrts/src/hwValidationMenu.c | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/HAL/inc/TeslaGunSafety.h b/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/HAL/inc/TeslaGunSafety.h index e114b2a..256965f 100644 --- a/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/HAL/inc/TeslaGunSafety.h +++ b/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/HAL/inc/TeslaGunSafety.h @@ -99,7 +99,7 @@ extern ErrorStatus TeslaGunSafety_release(void); /** ---------------------------------------------------------------------------- - * TeslaGunSafety_isRreleased + * TeslaGunSafety_isReleased * Opens the TeslaGunSafety * * @return bool TRUE if released @@ -107,7 +107,7 @@ extern ErrorStatus TeslaGunSafety_release(void); * @todo * ----------------------------------------------------------------------------- */ -extern bool TeslaGunSafety_release(void); +extern bool TeslaGunSafety_isReleased(void); /** ---------------------------------------------------------------------------- diff --git a/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/buglist.txt b/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/buglist.txt index d444ece..d7f4d87 100644 --- a/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/buglist.txt +++ b/S - Software/0 - HSB MRTS Kathode-MCP/3 - Implementation/0 - Code/buglist.txt @@ -10,6 +10,8 @@ FIXED - Display misses first character (row1/column1) when starting. Should be a delay problem in creating the start screen. (between putting cursor home and write action) - Makefile extention to have output file name corresponding to langugage and build targets - Fixed some message positions for multilanguage support +- Tesla gun released only when VOLTAGE_HOLD state is reached and row is not in ERROR +- ROW ERROR will be shown when repair process is finished 0.9.0.4 - PIN change verification not functional 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 071a1c8..21f74e3 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 @@ -255,9 +255,9 @@ static const char conTestInterlock[] = ANSI_TERMINAL_HOME " TEST Interlock \r\n" " \r\n" - " Test the interlock [1-2] \r\n" + " Test the interlock \r\n" " \r\n" - " [%c] Read Interlock 1 \r\n" + " [%c] Read Interlock \r\n" " [%c] Back \r\n" " \r\n";