I'm developing a device using mqtt+tls referring the link here.
https://devzone.nordicsemi.com/f/nordic-q-a/48407/how-to-use-mqtt-tls-in-nrf9160
When I add CONFIG_NEWLIB_LIBC=y to prj.conf and #include <math.h> to main.c,
certificates.h file which is put under src folder does not seem to be included in main.c.
If I comment out the two lines, certificates.h file seems to be included in main.c.
CA_CERTIFICATE, CLIENT_PRIVATE_KEY, and CLIENT_PUBLIC_CERTIFICATE are defined in certificates.h.
Is this bug?