Fixed some bugs when receiving large data.
This commit is contained in:
@@ -111,6 +111,7 @@ usblink_open__close_and_exit:
|
||||
|
||||
usblink_open__exit:
|
||||
log("pixydebug: USBLink::open() returned %d\n", return_value);
|
||||
usleep(100* 1000); //let pixy init pass
|
||||
|
||||
return return_value;
|
||||
}
|
||||
|
||||
@@ -17,3 +17,6 @@ void ll_system_process() {
|
||||
QApplication::processEvents();
|
||||
}
|
||||
|
||||
void ll_system_toggle_led() {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user