mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-04 05:42:49 +08:00
[conf] don't use gps type ublox_utm anymore
This commit is contained in:
@@ -180,7 +180,7 @@
|
||||
<module name="imu" type="analog">
|
||||
<configure name="GYRO_P" value="ADC_3"/>
|
||||
</module>
|
||||
<module name="gps" type="ublox_utm"/>
|
||||
<module name="gps" type="ublox"/>
|
||||
<module name="infrared_adc"/>
|
||||
<module name="ahrs" type="infrared"/>
|
||||
<module name="ins" type="alt_float"/>
|
||||
|
||||
@@ -1,3 +1 @@
|
||||
include $(CFG_SHARED)/gps_ublox.makefile
|
||||
|
||||
$(info Please replace <subsystem name="gps" type="ublox_utm"/> with <subsystem name="gps" type="ublox"/>)
|
||||
$(error Please replace <subsystem name="gps" type="ublox_utm"/> with <module name="gps" type="ublox"/>)
|
||||
|
||||
Reference in New Issue
Block a user