diff options
Diffstat (limited to 'src/DSi_I2C.cpp')
| -rw-r--r-- | src/DSi_I2C.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/DSi_I2C.cpp b/src/DSi_I2C.cpp index b7b7022..8b01b0e 100644 --- a/src/DSi_I2C.cpp +++ b/src/DSi_I2C.cpp @@ -212,6 +212,7 @@ void WriteCnt(u8 val)  u8 ReadData()  { +    printf("I2C: read the data: %02X\n", Data);      return Data;  } |