mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-04 22:17:01 +08:00
Merge pull request #125 from paparazzi/chimu
temporary fix for ins_chimu modules
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
<!-- <depend conflict="ins" -->
|
||||
<header>
|
||||
<file name="ins_module.h"/>
|
||||
<file name="ins_chimu.h"/>
|
||||
</header>
|
||||
<init fun="ins_init()"/>
|
||||
<periodic fun="ins_periodic_task()" freq="8"/>
|
||||
<event fun="parse_ins_msg()"/>
|
||||
<makefile>
|
||||
<define name="AHRS_TYPE_H" value="\\\"modules/ins/ins_module.h\\\""/>
|
||||
|
||||
@@ -10,6 +10,7 @@ For older CHIMU v1.0 you should define CHIMU_BIG_ENDIAN
|
||||
<!-- <depend conflict="ins" -->
|
||||
<header>
|
||||
<file name="ins_module.h"/>
|
||||
<file name="ins_chimu.h"/>
|
||||
</header>
|
||||
<init fun="ins_init()"/>
|
||||
<!--<periodic fun="ins_periodic_task()" freq="60"/>-->
|
||||
|
||||
Reference in New Issue
Block a user