Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
I want to print my data from typedef struct, the code is like this:
It works on my AVR but in mbed compiler it is error.
"No suitable conversion function from "MY_DATA" to "char *" exists (E413)" in file "/Test/print.h"
Can anyone tell me how to overcome this problem???
Thank you,
Agie