mod-audio / cc-arduino-lib

Arduino library for the Control Chain protocol
6 stars 9 forks source link

Arduino Due - Button.ino => invalid conversion line 72 ? #7

Open Grorom opened 3 years ago

Grorom commented 3 years ago

Hi,

I'm trying to compile the Button.ino code for Arduino Due, I've made the changes required here (I've no problem to get the code for ExpressionPedalToCC.ino but I still goet thie error on line 72 : exit status 1 invalid conversion from 'void (*)(cc_assignment_t*)' to 'void (*)(void*)' [-fpermissive] Is there a way to avoid this error ?

Best

Rom