Skip to content

Commit 3a49e47

Browse files
committed
Deliberately re-introduce a compiler warning - just to test the yml
1 parent b2ca3e2 commit 3a49e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/SparkFun_u-blox_GNSS_Arduino_Library.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3164,7 +3164,7 @@ sfe_ublox_status_e SFE_UBLOX_GNSS::sendCommand(ubxPacket *outgoingUBX, uint16_t
31643164
//Returns false if sensor fails to respond to I2C traffic
31653165
sfe_ublox_status_e SFE_UBLOX_GNSS::sendI2cCommand(ubxPacket *outgoingUBX, uint16_t maxWait)
31663166
{
3167-
uint16_t ignoreMe = maxWait; ignoreMe += 0; // Do something with maxWait just to avoid the pesky compiler warnings!
3167+
//uint16_t ignoreMe = maxWait; ignoreMe += 0; // Do something with maxWait just to avoid the pesky compiler warnings!
31683168

31693169
// From the integration guide:
31703170
// "The receiver does not provide any write access except for writing UBX and NMEA messages to the

0 commit comments

Comments
 (0)