Search found 1 match

by MrPeach
June 9th, 2017, 10:00 am
Forum: Hardware
Topic: PSNee further development
Replies: 570
Views: 965007

Re: PSNee further development

Why are you returning while you are still holding the interrupt lock?

Code: Select all

  if (scpos < 12){
    return;
  }

  interrupts(); // end critical section