Skip to content

Commit

Permalink
[modules] ins_chimu module is only implemented for ap target...
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Jun 30, 2012
1 parent 04f5d3c commit c53be3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions conf/modules/ins_chimu_spi.xml
Expand Up @@ -10,11 +10,11 @@
</header>
<init fun="ins_init()"/>
<event fun="parse_ins_msg()"/>
<makefile>
<makefile target="ap">
<define name="AHRS_TYPE_H" value="\\\"modules/ins/ins_module.h\\\""/>
<define name="AHRS_TRIGGERED_ATTITUDE_LOOP" />

<define name="USE_SPI" />
<define name="USE_SPI"/>
<define name="INS_LINK" value="SpiSlave"/>
<define name="USE_USB_HIGH_PCLK" />
<file name="ins_chimu_spi.c"/>
Expand Down
2 changes: 1 addition & 1 deletion conf/modules/ins_chimu_uart.xml
Expand Up @@ -17,7 +17,7 @@ For older CHIMU v1.0 you should define CHIMU_BIG_ENDIAN
<init fun="ins_init()"/>
<!--<periodic fun="ins_periodic_task()" freq="60"/>-->
<event fun="parse_ins_msg()"/>
<makefile>
<makefile target="ap">
<define name="AHRS_TYPE_H" value="\\\"modules/ins/ins_module.h\\\""/>
<define name="AHRS_TRIGGERED_ATTITUDE_LOOP" />

Expand Down

0 comments on commit c53be3d

Please sign in to comment.