diff --git a/examples/ZED-F9P/Example18_PointPerfectClient/Example18_PointPerfectClient.ino b/examples/ZED-F9P/Example18_PointPerfectClient/Example18_PointPerfectClient.ino index 8401bd4..6635f26 100644 --- a/examples/ZED-F9P/Example18_PointPerfectClient/Example18_PointPerfectClient.ino +++ b/examples/ZED-F9P/Example18_PointPerfectClient/Example18_PointPerfectClient.ino @@ -52,7 +52,6 @@ void setup() Serial.println(F("PointPerfect testing")); Wire.begin(); //Start I2C - Wire.setClock(100000); if (myGNSS.begin() == false) //Connect to the Ublox module using Wire port {