mirror of
https://github.com/rvtr/twl_wrapsdk.git
synced 2025-10-31 06:11:10 -04:00
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:
parent
bc0141794e
commit
23135ddd77
@ -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)
|
||||
{
|
||||
|
||||
@ -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)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user