kimera: Fix a serious bug that init of i/o expander freeze sometimes
This commit is contained in:
parent
f9e449f7cf
commit
de3e1c3538
@ -79,11 +79,11 @@ void kimera_init(void)
|
|||||||
/* init i2c */
|
/* init i2c */
|
||||||
i2c_init();
|
i2c_init();
|
||||||
|
|
||||||
/* init i/o expanders */
|
|
||||||
kimera_scan();
|
|
||||||
|
|
||||||
/* init watch dog */
|
/* init watch dog */
|
||||||
wdt_init();
|
wdt_init();
|
||||||
|
|
||||||
|
/* init i/o expanders */
|
||||||
|
kimera_scan();
|
||||||
}
|
}
|
||||||
|
|
||||||
void wdt_init(void)
|
void wdt_init(void)
|
||||||
|
Reference in New Issue
Block a user