spi: fix including spi_ll_stm32.h
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
71a927955e
commit
38e6e60dc5
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
#include <clock_control.h>
|
#include <clock_control.h>
|
||||||
|
|
||||||
#include <drivers/spi/spi_ll_stm32.h>
|
#include <drivers/spi/spi_ll_stm32.h>
|
||||||
#include <spi_ll_stm32.h>
|
#include "spi_ll_stm32.h"
|
||||||
|
|
||||||
#define CONFIG_CFG(cfg) \
|
#define CONFIG_CFG(cfg) \
|
||||||
((const struct spi_stm32_config * const)(cfg)->dev->config->config_info)
|
((const struct spi_stm32_config * const)(cfg)->dev->config->config_info)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue