Skip to content

Commit

Permalink
Modifications to make testing work
Browse files Browse the repository at this point in the history
  • Loading branch information
avtoku committed Nov 19, 2024
1 parent 8591bcb commit 4d3696a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion common/Varmint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ bool Varmint::gnss_read(rosflight_firmware::GnssStruct * gnss)
///////////////////////////////////////////////////////////////////////////////////////////////
// RC
void Varmint::rc_init(rc_type_t rc_type) { (void)rc_type; };
bool Varmint::rc_lost() { return rc_.lol(); }
bool Varmint::rc_read(rosflight_firmware::RcStruct * rc_struct)
{
RcPacket p;
Expand Down
1 change: 0 additions & 1 deletion common/Varmint.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ class Varmint : public rosflight_firmware::Board

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

// PWM
Expand Down

0 comments on commit 4d3696a

Please sign in to comment.