mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 21:35:44 +03:00
parent
c06c790dc5
commit
398df910f7
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue