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


Reply via email to