I am facing the issue while compiling spi on nrf9160
I am facing the issue while compiling spi on nrf9160
Yes, sorry, I forgot about those changes.
printk.h has moved from the misc folder to the sys folder.
The spi.h file has been moved to the drivers folder.
The new includes are, therefore:
#include <sys/printk.h> #include <drivers/spi.h>
Yes, sorry, I forgot about those changes.
printk.h has moved from the misc folder to the sys folder.
The spi.h file has been moved to the drivers folder.
The new includes are, therefore:
#include <sys/printk.h> #include <drivers/spi.h>