mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 01:17:51 +08:00
removed a sleep in init.c
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user