mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-22 20:36:06 +08:00
[modules] gps: cosmetic changes
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user