removed a sleep in init.c

This commit is contained in:
Bob-F
2018-07-28 21:15:34 -07:00
committed by Beat Küng
parent 627ea3b23e
commit 0368c26177
-3
View File
@@ -111,9 +111,6 @@ int rc_init(void)
//i2c, barometer and mpu will be initialized later
rc_set_state(RUNNING);
// wait to let threads start up
rc_usleep(10000);
#endif
return 0;