killing all bugs

test2
Simon 4 months ago
parent c175c49945
commit 5611b7f886

@ -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;

Loading…
Cancel
Save