mirror of
https://github.com/rvtr/twl_wrapsdk.git
synced 2025-10-31 06:11:10 -04:00
small fix for debug
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/twl_wrapsdk/trunk@208 4ee2a332-4b2b-5046-8439-1ba90f034370
This commit is contained in:
parent
52cf772587
commit
5627c055a2
@ -92,14 +92,14 @@ static inline void I2Ci_StopPhase2( void )
|
||||
|
||||
static inline void I2Ci_SetData( u8 data )
|
||||
{
|
||||
DBG_PRINTF(">%02X", data);
|
||||
DBG_PRINTF("%02X", data);
|
||||
reg_EXI_I2CD = data;
|
||||
}
|
||||
|
||||
|
||||
static inline u8 I2Ci_GetData( void )
|
||||
{
|
||||
DBG_PRINTF("<%02X", reg_EXI_I2CD);
|
||||
DBG_PRINTF("(%02X)", reg_EXI_I2CD);
|
||||
return reg_EXI_I2CD;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user