Hi,
I'm trying to run the ble app uart central example using SDK15 with Embedded Studio.
When building the project, I encountered an error in retarget.c, where the error is "conflicting types for '__putchar'.
Any help is appreciated, thanks.
Hi,
I'm trying to run the ble app uart central example using SDK15 with Embedded Studio.
When building the project, I encountered an error in retarget.c, where the error is "conflicting types for '__putchar'.
Any help is appreciated, thanks.
Just faced the same. I checked the reference for it. There is no usage, so just comment it out.
Ahh.. thanks for the tip. It works.
Ahh.. thanks for the tip. It works.