Skip to content

Commit

Permalink
Relay: rebase fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKear committed Dec 7, 2023
1 parent ba94e93 commit 5f8f26b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libraries/AP_Relay/AP_Relay.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ class AP_Relay {
// setup the relay pin
void init();

// set relay to state
void set(uint8_t instance, bool value);

// activate the relay
void on(uint8_t instance) { set(instance, true); }

Expand Down

0 comments on commit 5f8f26b

Please sign in to comment.