Updates for the tranZPUter development

This commit is contained in:
Philip Smart
2020-05-29 23:38:40 +01:00
parent 11d996754d
commit 4e1f35f813
12 changed files with 26 additions and 5 deletions

View File

@@ -283,7 +283,7 @@ printf("Got an IO request, addr:%02x, Data:%02x\n", ioAddr, ioData);
// Indicate the thread is free.
//
G.ctrlThreadBusy = 0;
threads.delay(100);
threads.delay(1);
threads.yield();
}
}