Skip to content

Commit

Permalink
print the value instead
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-bennett authored and fifieldt committed Nov 1, 2024
1 parent f101962 commit b457f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gps/GPS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ bool GPS::setup()
if (++speedSelect == sizeof(serialSpeeds) / sizeof(int)) {
speedSelect = 0;
if (--probeTries == 0) {
LOG_WARN("Giving up on GPS probe and setting to GPS_BAUDRATE.");
LOG_WARN("Giving up on GPS probe and setting to %d", GPS_BAUDRATE);
return true;
}
}
Expand Down

0 comments on commit b457f8e

Please sign in to comment.