Skip to content

Commit

Permalink
Update RCOutput.cpp
Browse files Browse the repository at this point in the history
erasing additional curly brackets
  • Loading branch information
radityankn authored and tridge committed May 29, 2024
1 parent 119f822 commit 4cab322
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libraries/AP_HAL_ESP32/RCOutput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@ void RCOutput::safety_update(void)
gpio_set_level((gpio_num_t)HAL_GPIO_PIN_LED_SAFETY, (led_pattern & (1U << led_counter))?0:1);
#endif
}
}

/*
set PWM to send to a set of channels if the FMU firmware dies
Expand Down

0 comments on commit 4cab322

Please sign in to comment.