code won't compile

I'm using the latest Arduino IDE 1.6.7 with the latest FW from the website and when compiling I get this error:

ISO C++ forbids declaration of 'type name' with no type [-fpermissive]

for

uint8_t entType = HAL::readFlashByte((const prog_char*)&(ent->menuType));

any thoughts on this? Code was all generated by the configuration tool so I didn't edit anything.

Comments

  • Are you using 0.92 firmware from work092. 0.91 will not compile with latest compilers.
Sign In or Register to comment.