Skip to content

Commit

Permalink
treewide: use full path to wifi/winc1500.h header
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
pabigot authored and carlescufi committed Jan 26, 2020
1 parent 9689868 commit 344c109
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/wifi/winc1500/wifi_winc1500_nm_bsp_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion samples/net/wifi/src/wifi_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -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] = {
Expand Down

0 comments on commit 344c109

Please sign in to comment.