Hi,
I'm trying to build the "tx_rx_non_blocking" sample (ncs2.70, nRF52840dk) but get the following error message -
C:/devtools/nordic/ncs/v2.7.0/modules/hal/nordic/nrfx/drivers/include/nrfx_twis.h:71:33: error: 'NRFX_TWIS1_INST_IDX' undeclared here (not in a function); did you mean 'NRFX_TWIS_INSTANCE'?
The 'sister' sample app tx_rx_blocking builds like a charm...
What am I missing here?
Thanks