Browse Source

removed a sleep in init.c

sbg
Bob-F 7 years ago committed by Beat Küng
parent
commit
0368c26177
  1. 3
      src/drivers/boards/bbblue/init.c

3
src/drivers/boards/bbblue/init.c

@ -111,9 +111,6 @@ int rc_init(void)
//i2c, barometer and mpu will be initialized later //i2c, barometer and mpu will be initialized later
rc_set_state(RUNNING); rc_set_state(RUNNING);
// wait to let threads start up
rc_usleep(10000);
#endif #endif
return 0; return 0;

Loading…
Cancel
Save