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:
Peter Bigot 2020-01-25 05:35:03 -06:00 committed by Carles Cufí
commit 344c109f02
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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] = {