mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-30 11:37:06 +08:00
[gps] autoload gps_sim and gps_nps modules
from the "normal" gps modules so that you don't have to add them manually in your airframe to get the simulation running
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
<configure name="UBX_GPS_BAUD" value="B38400" description="UART baud rate"/>
|
||||
<configure name="GPS_LED" value="2" description="LED number to indicate fix or none"/>
|
||||
</doc>
|
||||
<autoload name="gps_nps"/>
|
||||
<autoload name="gps_sim"/>
|
||||
<header>
|
||||
<file name="gps.h" dir="subsystems"/>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user