I can´t set a simple callback-pointer and don´t understand the error output. My Pointer in Header file is
void (*callback_pointer)(char opt, double * var);
On Arduino it compiles well but on zuno I get:
zunoserial_ucxx.c:210: syntax error: token -> '*' ; column 43 Error. SDCC returned: 1
I can´t set a simple callback-pointer and don´t understand the error output. My Pointer in Header file is
void (*callback_pointer)(char opt, double * var);
On Arduino it compiles well but on zuno I get:
zunoserial_ucxx.c:210: syntax error: token -> '*' ; column 43 Error. SDCC returned: 1
Is it the wrong syntax ?
Thanks