Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Commit 03a91e5

Browse files
committed
Remove duplicate define
1 parent d4975d4 commit 03a91e5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/ZED-F9P/Example6_GetVal/Example6_GetVal.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ void setup()
4949
myGPS.enableDebugging(); //Enable debug messages over Serial (default)
5050
//myGPS.enableDebugging(SerialUSB); //Enable debug messages over Serial USB
5151

52-
#define UBLOX_CFG_I2C_ADDRESS 0x20510001
53-
5452
uint8_t currentI2Caddress = myGPS.getVal8(UBLOX_CFG_I2C_ADDRESS);
5553
Serial.print("Current I2C address (should be 0x42): 0x");
5654
Serial.println(currentI2Caddress >> 1, HEX); //Ublox module returns a shifted 8-bit address. Make it 7-bit unshifted.

0 commit comments

Comments
 (0)