Fixed some bugs when receiving large data.

This commit is contained in:
t-moe
2015-04-25 14:05:44 +02:00
parent 3d1e4b2ef2
commit 0858b0d2cb
8 changed files with 55 additions and 19 deletions

View File

@@ -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;
}

View File

@@ -17,3 +17,6 @@ void ll_system_process() {
QApplication::processEvents();
}
void ll_system_toggle_led() {
}