avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] Re: Passing a string variable to lcd_puts


From: David VanHorn
Subject: Re: [avr-gcc-list] Re: Passing a string variable to lcd_puts
Date: Mon, 30 Mar 2009 13:15:25 -0400

 
I am still very puzzled over why the compiler balks wether I use signed or unsigned chars to feed lcd_puts.
 
When I used "unsigned char" it balked.  When I used "char", it didn't.
Now when I use int8_t or uint8_t, it balks.
 
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]