We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 290b1ed commit 43b28b9Copy full SHA for 43b28b9
src/Adafruit_GPS.h
@@ -41,8 +41,8 @@
41
42
#if (defined(__AVR__) || defined(ESP8266)) && !defined(NO_SW_SERIAL)
43
#define USE_SW_SERIAL ///< insert line `#define NO_SW_SERIAL` before this header
44
- ///< if you don't want to include software serial in the library
45
-#endif
+ ///< if you don't want to include software serial in the
+#endif ///< library
46
#define GPS_DEFAULT_I2C_ADDR \
47
0x10 ///< The default address for I2C transport of GPS data
48
#define GPS_MAX_I2C_TRANSFER \
0 commit comments