diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/app/i2cdetect/main.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app/i2cdetect/main.cc b/src/app/i2cdetect/main.cc index 4ec49d9..02b236e 100644 --- a/src/app/i2cdetect/main.cc +++ b/src/app/i2cdetect/main.cc @@ -73,6 +73,7 @@ int main(void) kout << "I2C setup OK" << endl; + /* for (unsigned char i = 0; i < sizeof(i2c_status)/sizeof(unsigned int); i++) { i2c_status[i] = 0; } @@ -95,6 +96,7 @@ int main(void) } } kout << endl; + */ arch.idle_loop(); |