small fix

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/twl_wrapsdk/trunk@255 4ee2a332-4b2b-5046-8439-1ba90f034370
This commit is contained in:
yutaka 2007-08-28 04:47:18 +00:00
parent bc0141794e
commit 23135ddd77
2 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@ static inline BOOL CAMERA_M_WriteRegisters( CameraSelect camera, u16 reg, const
BOOL rOut = TRUE;
if (camera & CAMERA_SELECT_IN)
{
rOut = I2C_WriteRegisters16( I2C_SLAVE_CAMERA_MICRON_IN, reg, bufp, size );
rIn = I2C_WriteRegisters16( I2C_SLAVE_CAMERA_MICRON_IN, reg, bufp, size );
}
if (camera & CAMERA_SELECT_OUT)
{

View File

@ -136,7 +136,7 @@ static inline BOOL CAMERA_S_WriteRegisters( CameraSelect camera, u8 reg, const u
BOOL rOut = TRUE;
if (camera & CAMERA_SELECT_IN)
{
rOut = I2C_WriteRegisters( I2C_SLAVE_CAMERA_SHARP_IN, reg, bufp, size );
rIn = I2C_WriteRegisters( I2C_SLAVE_CAMERA_SHARP_IN, reg, bufp, size );
}
if (camera & CAMERA_SELECT_OUT)
{