Skip to content

Commit

Permalink
Removed undefind function in board.h
Browse files Browse the repository at this point in the history
  • Loading branch information
avtoku committed Nov 19, 2024
1 parent 4d3696a commit 8eb2e30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ class Board

// RC
virtual void rc_init(rc_type_t rc_type) =0;
virtual bool rc_lost() =0;
virtual bool rc_read(rosflight_firmware::RcStruct * rc) =0;

// PWM
Expand Down

0 comments on commit 8eb2e30

Please sign in to comment.