TOI_Firmware icon indicating copy to clipboard operation
TOI_Firmware copied to clipboard

'prog_char' does not name a type

Open myk3y opened this issue 9 years ago • 1 comments

Hi Dirk,

Your code throws up an error - 'prog_char' does not name a type

If you change all your 'prog_char' to 'const char' (and do the same for other prog_"datatype" typedefs) it works great.

Nice piece of work, btw!

myk3y avatar Oct 21 '15 23:10 myk3y

Hello, is is an issue with the Arduino IDE. The definitions work fine with the 1.0.5 and later 1.0.X versions.

It's kind of a stupid issue, because I don't want to put code in to detect versions of the compiler, C library, and extensions.

Regards, Dirk

dherrendoerfer avatar Oct 22 '15 08:10 dherrendoerfer