1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-17 06:29:28 +00:00

Reduce I2C chatter.

This commit is contained in:
Thomas Harte 2024-03-26 21:54:42 -04:00
parent 8b04d0e3ef
commit 166793ebe6

View File

@ -77,6 +77,7 @@ constexpr bool is_enabled(Source source) {
case Source::NCR5380:
case Source::SCC:
case Source::SCSI:
case Source::I2C:
return false;
}
}