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

Re: Apple2 - Contiki Compile Report



laine_h@yahoo.com (Laine) wrote in message news:<9debd907.0303250757.249c8f9b@posting.google.com>...
> 
> #define CH_CURS_DOWN 	0x0A
> ifdef apple
> #define CH_ENTER_DOWN 	0x0D  // apple return key
> endif
> 
> Apple ( \n) = 0x0D

That's \r. ;)  \n is 0x0A (^J), unfortunately that's also Down-Arrow. :(

-uso.