killing all bugs
This commit is contained in:
@@ -57,7 +57,7 @@ void Guard::relay(Epilogue handler) {
|
|||||||
|
|
||||||
Core::Interrupt::enable(); // goto level 0.5
|
Core::Interrupt::enable(); // goto level 0.5
|
||||||
if(epi_flag FOR_CURRENT_CORE){
|
if(epi_flag FOR_CURRENT_CORE){
|
||||||
epilogue_queue->produce(handler);
|
epilogue_queue FOR_CURRENT_CORE.produce(handler);
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
epi_flag FOR_CURRENT_CORE = true;
|
epi_flag FOR_CURRENT_CORE = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user