mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 18:07:25 +08:00
[conf][i2c] changed all FOO_I2C_DEVICE defines to FOO_I2C_DEV to be consistent
While FOO_I2C_DEVICE is less ambiguous, FOO_I2C_DEV was choosen since most modules already use that. Since this is a user facing config, rather keep existing configs working...
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<makefile target="ap">
|
||||
<file name="atmega_i2c_cam_ctrl.c"/>
|
||||
<file name="dc.c"/>
|
||||
<define name="ATMEGA_I2C_DEVICE" value="i2c0"/>
|
||||
<define name="ATMEGA_I2C_DEV" value="i2c0"/>
|
||||
<define name="USE_I2C0" value="1"/>
|
||||
<define name="SENSOR_SYNC_SEND" value="1" />
|
||||
</makefile>
|
||||
|
||||
Reference in New Issue
Block a user