Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Dec 10, 2024
1 parent c31bba5 commit 9eaf5d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/TinyGsmGPS_EX.tpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ class TinyGsmGPSEx {
}

bool gpsColdStart() {
return thisModem().gpsColdStartImpl(info);
return thisModem().gpsColdStartImpl();
}

bool gpsWarmStart() {
return thisModem().gpsWarmStartImpl(info);
return thisModem().gpsWarmStartImpl();
}

bool gpsHotStart() {
return thisModem().gpsHotStartImpl(info);
return thisModem().gpsHotStartImpl();
}

/*
Expand Down

0 comments on commit 9eaf5d0

Please sign in to comment.