Skip to content

Commit

Permalink
[subsystems] indentation only
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Jun 18, 2014
1 parent 30b7bd7 commit 02c6aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/airborne/subsystems/electrical.c
Expand Up @@ -147,7 +147,7 @@ void electrical_periodic(void) {

/*if valid voltage is seen then start checking. Set min level to 0 to always start*/
if (electrical.vsupply >= MIN_BAT_LEVEL * 10) {
vsupply_check_started = TRUE;
vsupply_check_started = TRUE;
}

if (vsupply_check_started) {
Expand Down

0 comments on commit 02c6aa7

Please sign in to comment.