Hello,

GCC 3.4.3 must work for

foo = 0b11110000;
 OR
foo = 0B11110000;

Are you getting compilation errors?

Nayani


--- Vincent wrote:
 
> I tried for example 
> 
> foo = 0b11110000;
> 
> or 
> 
> foo = b11110000;
> 
> but neither worked...
> 
> 
> I am using gcc-avr 3.4.3 and avr-libc 1.2.3....
> 
> 
> Regards,
> 
> 
> --
> Vince


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to