mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-25 16:31:42 +00:00
Reduce I2C chatter.
This commit is contained in:
parent
8b04d0e3ef
commit
166793ebe6
@ -77,6 +77,7 @@ constexpr bool is_enabled(Source source) {
|
||||
case Source::NCR5380:
|
||||
case Source::SCC:
|
||||
case Source::SCSI:
|
||||
case Source::I2C:
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user