On Wed, Feb 25, 2009 at 6:11 AM, Bob Paddock <bob.paddock@gmail.com> wrote: >>>if ((Raw_Data_Size = 0) & !(GICR & (1<< INT0))) > >> if ((Raw_Data_Size == 0) && !(GICR & (1 << INT0))) >> (note usage of '==' and '&&') > > Always put the constants on the left: > > (0 ==Raw_Data_Size) Good tip! Thanks! :)
Message
Re: [AVR-Chat] ISR not exiting?
2009-02-25 by David VanHorn