View Single Post
Old 06-07-2009, 11:25 PM   #1615 (permalink)
squiggles
EcoModding Apprentice
 
Join Date: May 2009
Location: Australia
Posts: 109
Thanks: 0
Thanked 2 Times in 2 Posts
This is from the latest file in the repository.

In the main() function

sei(); // Enable interrupts

while (1) { // do this forever
cSREG = SREG; /* store SREG value */
cli(); // disable interrupts


I was just wondering where the interrupts get turned on again. Obviously they are else it would not work, I just can't find it
  Reply With Quote