wholder / DebugWireDebuggerProgrammer

An Arduino Sketch that can control and debug other AVR MCU's using the debugWire Protocol
46 stars 12 forks source link

invalid conversion from 'char*' to 'byte* #4

Open Bernard13090 opened 4 years ago

Bernard13090 commented 4 years ago

Hi, I'm traying to compile ino file with Arduino IDE 1.6.0 or 1.8.12 and had error.

line 1203 rsp = getResponse(data, len); invalid conversion from 'char' to 'byte

Have you an idea.

Kind Regards