[modules] gps: cosmetic changes

This commit is contained in:
Felix Ruess
2016-08-19 20:47:11 +02:00
parent 918750a6bd
commit ebbdff8210
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<!DOCTYPE module SYSTEM "module.dtd">
<module name="gps_ublox">
<module name="gps_ublox" dir="gps">
<doc>
<description>
U-blox GPS (UART)
+1 -1
View File
@@ -38,7 +38,7 @@
#define GPS_I2C_SLAVE_ADDR (0x42 << 1)
#ifndef GPS_UBX_I2C_DEV
#define GPS_UBX_I2C_DEV i2c2
#error "GPS_UBX_I2C_DEV needs to be defined (e.g. to i2c1)"
#endif
PRINT_CONFIG_VAR(GPS_UBX_I2C_DEV)