diff options
Diffstat (limited to 'src/app/i2cdetect')
-rw-r--r-- | src/app/i2cdetect/main.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/app/i2cdetect/main.cc b/src/app/i2cdetect/main.cc index 02b236e..4ec49d9 100644 --- a/src/app/i2cdetect/main.cc +++ b/src/app/i2cdetect/main.cc @@ -73,7 +73,6 @@ 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; } @@ -96,7 +95,6 @@ int main(void) } } kout << endl; - */ arch.idle_loop(); |