1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 21:35:44 +03:00
Fix swapped terms in function documentation. #2626
This commit is contained in:
G. Torreilles 2017-03-11 23:19:52 +01:00 committed by GitHub
parent c06c790dc5
commit 398df910f7

View file

@ -43,9 +43,9 @@
/* /*
* Usage: * 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. * failsafeInit() should only be called once.
* *
* enable() should be called after system initialisation. * enable() should be called after system initialisation.