Fix formatting
This commit is contained in:
parent
290b1ed835
commit
43b28b978e
|
|
@ -41,8 +41,8 @@
|
||||||
|
|
||||||
#if (defined(__AVR__) || defined(ESP8266)) && !defined(NO_SW_SERIAL)
|
#if (defined(__AVR__) || defined(ESP8266)) && !defined(NO_SW_SERIAL)
|
||||||
#define USE_SW_SERIAL ///< insert line `#define NO_SW_SERIAL` before this header
|
#define USE_SW_SERIAL ///< insert line `#define NO_SW_SERIAL` before this header
|
||||||
///< if you don't want to include software serial in the library
|
///< if you don't want to include software serial in the
|
||||||
#endif
|
#endif ///< library
|
||||||
#define GPS_DEFAULT_I2C_ADDR \
|
#define GPS_DEFAULT_I2C_ADDR \
|
||||||
0x10 ///< The default address for I2C transport of GPS data
|
0x10 ///< The default address for I2C transport of GPS data
|
||||||
#define GPS_MAX_I2C_TRANSFER \
|
#define GPS_MAX_I2C_TRANSFER \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue