treewide: use full path to spi.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
165fe48229
commit
5ceb612738
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
LOG_MODULE_REGISTER(spi_oc_simple);
|
||||
|
||||
#include <sys/sys_io.h>
|
||||
#include <spi.h>
|
||||
#include <drivers/spi.h>
|
||||
|
||||
#include "spi_context.h"
|
||||
#include "spi_oc_simple.h"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#ifndef ZEPHYR_INCLUDE_DISK_ACCESS_SDHC_H_
|
||||
#define ZEPHYR_INCLUDE_DISK_ACCESS_SDHC_H_
|
||||
|
||||
#include <spi.h>
|
||||
#include <drivers/spi.h>
|
||||
|
||||
#define SDMMC_CLOCK_400KHZ (400000U)
|
||||
#define SD_CLOCK_25MHZ (25000000U)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue