Skip to content
Snippets Groups Projects
Commit 000af958 authored by schneider's avatar schneider
Browse files

fix(pmic): Wait a second after boot for stuff to settle

parent 9a7a3dba
No related branches found
No related tags found
No related merge requests found
......@@ -104,6 +104,7 @@ int main(void)
int count = 0;
printf("Hello World!\n");
TMR_Delay(MXC_TMR0, MSEC(1000), 0);
//Setup the I2CM
I2C_Shutdown(MXC_I2C0_BUS0);
......
......@@ -245,6 +245,7 @@ int main(void)
//int count = 0;
printf("Hello World!\n");
TMR_Delay(MXC_TMR0, MSEC(1000), 0);
//Setup the I2CM
I2C_Shutdown(I2C_DEVICE);
......
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