treewide: use full path to wifi/winc1500.h header
The build infrastructure should not be adding the drivers subdirectory to the include path. Fix the legacy uses that depended on that addition. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
parent
9689868f7b
commit
344c109f02
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
#include <drivers/gpio.h>
|
||||
#include <drivers/spi.h>
|
||||
|
||||
#include <wifi/winc1500.h>
|
||||
#include <drivers/wifi/winc1500.h>
|
||||
|
||||
#include "wifi_winc1500_config.h"
|
||||
#include <bus_wrapper/include/nm_bus_wrapper.h>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
#include <device.h>
|
||||
#include <drivers/gpio.h>
|
||||
#include <wifi/winc1500.h>
|
||||
#include <drivers/wifi/winc1500.h>
|
||||
|
||||
static
|
||||
struct winc1500_gpio_configuration winc1500_gpios[WINC1500_GPIO_IDX_MAX] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue