5 lines
182 B
C++
5 lines
182 B
C++
// Excerpt from the "checkSpuriousInterrupt" function
|
|
bool InterruptService::checkSpuriousInterrupt(InterruptVector interrupt) {
|
|
return interrupt == InterruptVector::SPURIOUS;
|
|
}
|