Merge pull request #2627 from GTorreil/patch-1

Fix #2626
This commit is contained in:
Michael Keller 2017-03-12 16:59:37 +13:00 committed by GitHub
commit 454081978b
1 changed files with 2 additions and 2 deletions

View File

@ -43,9 +43,9 @@
/*
* Usage:
*
* failsafeInit() and resetFailsafe() must be called before the other methods are used.
* failsafeInit() and failsafeReset() must be called before the other methods are used.
*
* failsafeInit() and resetFailsafe() can be called in any order.
* failsafeInit() and failsafeReset() can be called in any order.
* failsafeInit() should only be called once.
*
* enable() should be called after system initialisation.