mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-25 03:32:01 +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.
|
// (2) master interrupt attachment if this is a slave.
|
||||||
}
|
}
|
||||||
[[fallthrough]];
|
[[fallthrough]];
|
||||||
break;
|
|
||||||
case 2:
|
case 2:
|
||||||
auto_eoi_ = value & 2;
|
auto_eoi_ = value & 2;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user