From 398df910f798717b18738d566ecdf7b1a5417d34 Mon Sep 17 00:00:00 2001 From: "G. Torreilles" Date: Sat, 11 Mar 2017 23:19:52 +0100 Subject: [PATCH] Fix #2626 Fix swapped terms in function documentation. #2626 --- src/main/flight/failsafe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/flight/failsafe.c b/src/main/flight/failsafe.c index 44e8dcd6d..8d2768846 100644 --- a/src/main/flight/failsafe.c +++ b/src/main/flight/failsafe.c @@ -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.