Hi everyone,
I am working on a project, currently developing on the nrf9160-dk board. And I want to enable AWS and AGPS together in my project. And once I've enabled them both in the prj.conf, I've got an error about multiple definitions of connection_poll_thread. This thread seems to appear in the following files: aws_iot.c, azure_iot_hub.c and nrf_cloud.c. Obviously since my code uses both nrf_cloud and aws_iot, I get a collision. I was able to work around this for now by modifying the name of aws_iot thread to something else. But I was think that you might have a better solution?
Best Regards,
Aleksa