Searched refs:bytes (Results 1 – 1 of 1) sorted by relevance
30 ssize_t bytes = cdcserial_read(cdc_chan, sizeof(rxbuf), rxbuf); in cdctest_entry() local31 if (bytes == ERR_NOT_READY) { in cdctest_entry()35 } else if (bytes < 0) { in cdctest_entry()36 printf("Error reading bytes from CDC Serial: %ld\n", bytes); in cdctest_entry()40 cdcserial_write(cdc_chan, bytes, rxbuf); in cdctest_entry()
Completed in 30 milliseconds