Skip to content

Commit

Permalink
compatible with older lib gain 8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Sep 12, 2024
1 parent 9347f01 commit cc67f30
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions GDI-4ch/firmware/pt2001impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ class Pt2001 : public Pt2001Base {
bool init();

protected:
void acquireBus() override {
}

void releaseBus() override {
}

void select() override {
spiSelect(driver);
}
Expand Down Expand Up @@ -130,11 +124,6 @@ class Pt2001 : public Pt2001Base {
return getConfiguration()->PumpTholdTot;
}

// Print out an error message
void onError(const char* why) override {
// efiPrintf("PT2001 error: %s", why);
}

void sleepMs(size_t durationMs) override {
chThdSleepMilliseconds(durationMs);
}
Expand Down

0 comments on commit cc67f30

Please sign in to comment.