killing all bugs

This commit is contained in:
Simon
2025-07-08 13:47:57 +02:00
parent c175c49945
commit 5611b7f886

View File

@@ -57,7 +57,7 @@ void Guard::relay(Epilogue handler) {
Core::Interrupt::enable(); // goto level 0.5
if(epi_flag FOR_CURRENT_CORE){
epilogue_queue->produce(handler);
epilogue_queue FOR_CURRENT_CORE.produce(handler);
}
else{
epi_flag FOR_CURRENT_CORE = true;