HAL_PX4: prevent threads running before subsystems are initialised
this fixes a bug where the timer thread would hang waiting for the console on startup. This caused the "hit enter" behaviour with recent PX4 bugs, as AnalogIn tried to read from fd==0, which was a console read
Loading
Please register or sign in to comment