mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-23 20:29:42 +00:00
Remove errant break.
This commit is contained in:
parent
ef37b09a78
commit
2da2240d34
@ -30,7 +30,6 @@ class PIC {
|
||||
// (2) master interrupt attachment if this is a slave.
|
||||
}
|
||||
[[fallthrough]];
|
||||
break;
|
||||
case 2:
|
||||
auto_eoi_ = value & 2;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user