chipset/nxp: avoid double read

This commit is contained in:
Matthias Ringwald 2023-05-05 23:02:03 +02:00
parent 8aa34dc6e0
commit 0dedcb9780

View File

@ -323,7 +323,6 @@ static void nxp_read_uart_handler(void){
bytes_to_read = 1;
break;
}
nxp_start_read(bytes_to_read);
} else {
nxp_input_pos += nxp_input_bytes_requested;
printf("RECV: ");