Make PIC::endOfInterrupt const
This commit is contained in:
parent
4e715c10af
commit
683b79fa07
2 changed files with 2 additions and 1 deletions
|
@ -90,6 +90,7 @@ PIC::remap(uint8_t pic1Offset,
|
|||
|
||||
void
|
||||
PIC::endOfInterrupt(uint8_t irq)
|
||||
const
|
||||
{
|
||||
/*
|
||||
* Notifying the PICs that an interrupt has been completed uses OCW2 on the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue