Simplified code a bit. Emulator does not work stable when replugging pixy.
This commit is contained in:
@@ -10,7 +10,6 @@ extern "C" {
|
||||
void app_loop() {
|
||||
while(!QApplication::closingDown()) {
|
||||
app_process();
|
||||
QApplication::processEvents();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user