summaryrefslogtreecommitdiff
path: root/src/app
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-08-09 10:56:14 +0200
committerDaniel Friesel <derf@finalrewind.org>2018-08-09 10:56:14 +0200
commit3c23cef5dfa311b3d9a967a889d303f57872715d (patch)
tree1c43b7b2b905938a875bf92ca33121e097b8e6a2 /src/app
parented0c9e21d5351d60074a58da6dafc52a7ebb7e35 (diff)
i2cdetect: temporary disable i2c detection phase
Diffstat (limited to 'src/app')
-rw-r--r--src/app/i2cdetect/main.cc2
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();