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