Skip to content

Commit

Permalink
AP_DDS: cleaned astyle
Browse files Browse the repository at this point in the history
  • Loading branch information
tizianofiorenzani committed Oct 19, 2024
1 parent 6becc7e commit 4f21ff1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions libraries/AP_ExternalControl/AP_ExternalControl.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,15 @@ class AP_ExternalControl
/*
Set the External control status.
*/
void enable() {
void enable()
{
enabled = true;
}

void disable(void) {
void disable(void)
{
enabled = false;
}
}

/*
Get the External control status.
Expand Down

0 comments on commit 4f21ff1

Please sign in to comment.