Hi,
I'm using examples the AM2432 with mcu_plus_sdk_243x , as a base to my code.
If I use the hello world cpp example - I can add #include <string> then use std::string my_string;
If I use the tcpserver example - #include <string> is not recognized
How can I make CLANG recognize <string> and std::string ?
Thanks,
Eli