mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-27 08:55:51 +08:00
[modules] move INS from subsystems to modules
This commit is contained in:
@@ -16,14 +16,14 @@
|
||||
<provides>ins</provides>
|
||||
</dep>
|
||||
<header>
|
||||
<file name="ins_int.h" dir="subsystems/ins"/>
|
||||
<file name="ins_int.h" dir="modules/ins"/>
|
||||
</header>
|
||||
<init fun="ins_int_init()"/>
|
||||
<makefile target="ap|nps|hitl">
|
||||
<define name="INS_TYPE_H" value="subsystems/ins/ins_int.h" type="string"/>
|
||||
<file name="ins.c" dir="subsystems"/>
|
||||
<file name="ins_int.c" dir="subsystems/ins"/>
|
||||
<file name="vf_float.c" dir="subsystems/ins"/>
|
||||
<define name="INS_TYPE_H" value="modules/ins/ins_int.h" type="string"/>
|
||||
<file name="ins.c"/>
|
||||
<file name="ins_int.c"/>
|
||||
<file name="vf_float.c"/>
|
||||
<test firmware="rotorcraft"/>
|
||||
</makefile>
|
||||
</module>
|
||||
|
||||
Reference in New Issue
Block a user