git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@431 05563f52-14a8-4384-a975-3d1654cca0fa

This commit is contained in:
mmi
2018-02-06 10:16:33 +00:00
parent d5a10b7c2e
commit 7bceed8753
3 changed files with 6 additions and 4 deletions

View File

@@ -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);
/** ----------------------------------------------------------------------------

View File

@@ -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

View File

@@ -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";