Skip to content

Commit

Permalink
Update libraries/AP_ExternalControl/AP_ExternalControl.h
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan <25047695+Ryanf55@users.noreply.github.com>
  • Loading branch information
tizianofiorenzani and Ryanf55 authored Oct 19, 2024
1 parent 0ee782e commit eb46b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_ExternalControl/AP_ExternalControl.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class AP_ExternalControl
/*
Set the External control status.
*/
void enable(void) {
void enable() {
enabled = true;
}

Expand Down

0 comments on commit eb46b29

Please sign in to comment.