mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
25 lines
509 B
XML
25 lines
509 B
XML
<!DOCTYPE module SYSTEM "module.dtd">
|
|
|
|
<module name="gvf_common" dir="guidance/">
|
|
<doc>
|
|
<description>
|
|
Common file to allow both gvf to work together.
|
|
Still requires at least one module providing the actual gvf implementation
|
|
</description>
|
|
</doc>
|
|
|
|
<header>
|
|
<file name="gvf_common.h"/>
|
|
</header>
|
|
|
|
<makefile firmware="fixedwing">
|
|
<file name="gvf_common.c"/>
|
|
</makefile>
|
|
|
|
<makefile firmware="rover">
|
|
<file name="gvf_common.c"/>
|
|
</makefile>
|
|
|
|
</module>
|
|
|