stm32f7:spi nxstyle

This commit is contained in:
David Sidrane
2020-03-16 14:38:36 -07:00
committed by patacongo
parent da854ccb99
commit 4e475cb630
+5 -5
View File
@@ -385,7 +385,7 @@ static const struct spi_ops_s g_sp2iops =
#ifdef CONFIG_SPI_CALLBACK
.registercallback = stm32_spi2register, /* provided externally */
#else
.registercallback = 0, /* not implemented */
.registercallback = 0, /* not implemented */
#endif
};
@@ -453,7 +453,7 @@ static const struct spi_ops_s g_sp3iops =
#ifdef CONFIG_SPI_CALLBACK
.registercallback = stm32_spi3register, /* provided externally */
#else
.registercallback = 0, /* not implemented */
.registercallback = 0, /* not implemented */
#endif
};
@@ -521,7 +521,7 @@ static const struct spi_ops_s g_sp4iops =
#ifdef CONFIG_SPI_CALLBACK
.registercallback = stm32_spi4register, /* provided externally */
#else
.registercallback = 0, /* not implemented */
.registercallback = 0, /* not implemented */
#endif
};
@@ -589,7 +589,7 @@ static const struct spi_ops_s g_sp5iops =
#ifdef CONFIG_SPI_CALLBACK
.registercallback = stm32_spi5register, /* provided externally */
#else
.registercallback = 0, /* not implemented */
.registercallback = 0, /* not implemented */
#endif
};
@@ -657,7 +657,7 @@ static const struct spi_ops_s g_sp6iops =
#ifdef CONFIG_SPI_CALLBACK
.registercallback = stm32_spi6register, /* provided externally */
#else
.registercallback = 0, /* not implemented */
.registercallback = 0, /* not implemented */
#endif
};