Remove INTERRUPT_ATTR from disableInterrupt methods on interfaces

This commit is contained in:
Ben Meadors
2026-01-11 19:37:20 -06:00
parent e1605d126f
commit d4045dff2c
4 changed files with 4 additions and 4 deletions

View File

@@ -193,7 +193,7 @@ bool RF95Interface::init()
return res == RADIOLIB_ERR_NONE;
}
void INTERRUPT_ATTR RF95Interface::disableInterrupt()
void RF95Interface::disableInterrupt()
{
lora->clearDio0Action();
}