commit | e186ebc3143e642f69c9379abdccccf4f7fbfaf8 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Mon Mar 14 10:29:52 2022 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Mar 14 22:04:54 2022 -0400 |
tree | 832238c5215f31ac8e814fe2298fa82e21994e54 | |
parent | 0b38be9d3a3b8c884f1820528ba385ebbdf048ed [diff] |
wifi: fix build error on wifi_winc1500_nm_bsp_internal.h Previous commit 579ca90e25271a693044667418acef69669f353e to build wifi drivers as a library changed the include path for the WINC1500 driver, which results in the include path being local to the library. However, the Atmel HAL requires wifi_winc1500_nm_bsp_internal.h to in the search path. So change the include path to be global. Fixes #43456 Signed-off-by: Daniel Leung <daniel.leung@intel.com>