hello
i am using segger embedded studio. with nrf52840 and sdk15.
i was working to set the clock using nrf_clock_lf_cfg_t which is defined in nrf_sdm.h.
nrf_sdm.h is located here SDK/components/softdevice/s140/headers/nrf_sdm.h
i already include the path under the project preprocessors user defined dir.
file is included perfectly and no error but when i complied then i got this error
error: 'nrf_clock_lf_cfg_t' was not declared in this scope
i also would like to mention that i am using main.cpp file not c file.
do i need to enable something or need to set some flag ?
thank you