Andreas Schwarz Sun, 21 Jul 2002 11:32:54 -0700
Hi all, I tried to compile the char_lcd example, but there is an error in line 166: naked void lcdDelay(unsigned int n) {
It works after changing it to: __attribute__ ((naked)) void lcdDelay(unsigned int n) { Andreas