1
0
forked from me/IronOS

Cleanup message rx event to inline, re-enable non PPS

This commit is contained in:
Ben V. Brown
2021-04-05 16:22:17 +10:00
parent fb24ba1866
commit 0b02275192
4 changed files with 39 additions and 48 deletions

View File

@@ -54,7 +54,6 @@ void InterruptHandler::readPendingMessage() {
/* Pass the message to the policy engine. */
PolicyEngine::handleMessage(&tempMessage);
PolicyEngine::notify(PolicyEngine::Notifications::PDB_EVT_PE_MSG_RX);
}
}