Skip to content

Commit

Permalink
[modules] Fix warnings in test build
Browse files Browse the repository at this point in the history
  • Loading branch information
fvantienen committed Dec 18, 2023
1 parent 22917f6 commit 65b66ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions conf/modules/imu_mpu9250_i2c.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<define name="IMU_MPU9250_I2C_DEV" value="i2c1"/>
<define name="USE_I2C1"/>
<define name="IMU_MPU9250_PERIODIC_FREQ" value="512"/>
<define name="PERIODIC_FREQUENCY" value="512"/>
</test>
</makefile>
</module>
1 change: 1 addition & 0 deletions conf/modules/imu_mpu9250_spi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
<define name="IMU_MPU9250_SPI_SLAVE_IDX" value="0"/>
<define name="USE_SPI_SLAVE0"/>
<define name="IMU_MPU9250_PERIODIC_FREQ" value="512"/>
<define name="PERIODIC_FREQUENCY" value="512"/>
</test>
</makefile>
</module>
2 changes: 1 addition & 1 deletion conf/modules/sensors_hitl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<file name="sensors_hitl.c"/>
<test firmware="rotorcraft">
<include name="../../conf/simulator/nps"/>
<define name="NPS_PROPAGATE" value="500"/>
<define name="PERIODIC_FREQUENCY" value="500"/>
<define name="HITL_DEVICE" value="usb_serial"/>
<define name="USE_USB_SERIAL"/>
</test>
Expand Down

0 comments on commit 65b66ee

Please sign in to comment.