stm_agps_serial: reduce CPU utilization in readline
Reading more from the serial device and adding a 100ms delay in the readline loop prevents the loop from spinning faster than the serial device can write.
Please register or sign in to comment
Reading more from the serial device and adding a 100ms delay in the readline loop prevents the loop from spinning faster than the serial device can write.