Hello
We start working with Zephyr and nrf52840.
What is the right way to overwrite values defined in nrfx_config_nrf52840.h with Zephyr?
The NRFX_CLOCK_CONFIG_LF_SRC is 1 but we need 0 for our board definition.
#ifndef NRFX_CLOCK_CONFIG_LF_SRC
#define NRFX_CLOCK_CONFIG_LF_SRC 1
#endif
Many thanks,
Lukas