Hello,
the "Developing for nRF52810" user guide in the Infocenter says that to fully transfer a project to nRF52810 the defines DEVELOP_IN_NRF52832
and NRFX_COREDEP_DELAY_US_LOOP_CYCLES
have to be removed from the project settings.
I forgot about this and ran the project with the defines on a nRF52810 and it works without problems so far.
So my question is what problems can it cause when this defines are not removed?