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