Skip to content
Snippets Groups Projects
Commit 3c23cef5 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

i2cdetect: temporary disable i2c detection phase

parent ed0c9e21
No related branches found
No related tags found
No related merge requests found
...@@ -73,6 +73,7 @@ int main(void) ...@@ -73,6 +73,7 @@ int main(void)
kout << "I2C setup OK" << endl; kout << "I2C setup OK" << endl;
/*
for (unsigned char i = 0; i < sizeof(i2c_status)/sizeof(unsigned int); i++) { for (unsigned char i = 0; i < sizeof(i2c_status)/sizeof(unsigned int); i++) {
i2c_status[i] = 0; i2c_status[i] = 0;
} }
...@@ -95,6 +96,7 @@ int main(void) ...@@ -95,6 +96,7 @@ int main(void)
} }
} }
kout << endl; kout << endl;
*/
arch.idle_loop(); arch.idle_loop();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment