Skip to content

Commit 43b28b9

Browse files
authored
Fix formatting
1 parent 290b1ed commit 43b28b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Adafruit_GPS.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141

4242
#if (defined(__AVR__) || defined(ESP8266)) && !defined(NO_SW_SERIAL)
4343
#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
44+
///< if you don't want to include software serial in the
45+
#endif ///< library
4646
#define GPS_DEFAULT_I2C_ADDR \
4747
0x10 ///< The default address for I2C transport of GPS data
4848
#define GPS_MAX_I2C_TRANSFER \

0 commit comments

Comments
 (0)