mirror of
https://github.com/livingcomputermuseum/UniBone.git
synced 2026-04-25 03:35:42 +00:00
Big summer rework:
Interrupt and DMA system now handles multiple levels and multiple devices in parallel Interrupt Register changes synced with INTR transaction DL11 and KW11 clock pass the ZDLDI0 diagnostic. Devices can now be enabled and disabled individually.
This commit is contained in:
@@ -439,7 +439,7 @@ void paneldriver_c::i2c_sync_all_params() {
|
||||
Update controls and parameters
|
||||
*/
|
||||
void paneldriver_c::worker(unsigned instance) {
|
||||
UNUSED(instance) ; // only one
|
||||
UNUSED(instance); // only one
|
||||
timeout_c timeout;
|
||||
|
||||
while (!workers_terminate) {
|
||||
|
||||
Reference in New Issue
Block a user