Hello, I've been trying to migrate my code which uses NRFX SPI functions to NCS 2.0
The code compiles just fine on NCS 1.9, but after migrating to NCS 2.0 I noticed that it doesn't recognize that I'm even using NRFX SPI drivers:
However my configuration does have these lines in the configuration:
It's probabbly something as simple as missing line in configuration. What am I missing?