diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-08-09 10:56:14 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-08-09 10:56:14 +0200 |
commit | 3c23cef5dfa311b3d9a967a889d303f57872715d (patch) | |
tree | 1c43b7b2b905938a875bf92ca33121e097b8e6a2 /src | |
parent | ed0c9e21d5351d60074a58da6dafc52a7ebb7e35 (diff) |
i2cdetect: temporary disable i2c detection phase
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(); |