Hello,
i use the declaration in atmel studio (file c): It works
static FILE mydata=FDEV_SETUP_STREAM(ili9341_putchar_printf, NULL, _FDEV_SETUP_WRITE); -
but when i use it in Atmel studio (file C++) : there error compilation
when i compile the code, this error is display
Error sorry, unimplemented: non-trivial designated initializers not supported
Please Help Me
Thanks