Fix formatting

This commit is contained in:
Bruno Bousquet 2022-02-01 16:32:55 -05:00 committed by GitHub
parent 290b1ed835
commit 43b28b978e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 \