Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gautierhattenberger committed Sep 25, 2015
1 parent f12f153 commit 854016b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/airborne/subsystems/electrical.c
Expand Up @@ -164,7 +164,7 @@ void electrical_periodic(void)
* a=1, n = electrical_priv.nonlin_factor
*/
#ifndef FBW
if(kill_trottle) {
if(kill_throttle) {
// Assume no current when throttle killed (motors off)
electrical.current = 0;
} else {
Expand Down

0 comments on commit 854016b

Please sign in to comment.