[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:
Felix Ruess
2013-01-11 23:01:54 +01:00
parent ea29430ed3
commit 2ee7c82d94
23 changed files with 78 additions and 78 deletions
+1 -1
View File
@@ -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>