I want to report a bug/issue with the NCS, is this the right place to do that?
We are compiling for C++, so when including headers like <net/nrf_cloud_coap.h> and <net/nrf_cloud_fota_poll.h>
there are some issues.
#ifdef __cplusplus
extern "C" {
#endif is not closed in the end of the file.#ifdef __cplusplus
extern "C" {
#endif before the #includes.#include <zephyr/sys/cbprintf.h> #include <zephyr/sys/cbprintf_cxx.h> #include <net/nrf_cloud_coap.h>