mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
restore stm32l4 name
This commit is contained in:
@@ -1147,7 +1147,7 @@ static void spi_setbits(FAR struct spi_dev_s *dev, int nbits)
|
|||||||
static int spi_hwfeatures(FAR struct spi_dev_s *dev, spi_hwfeatures_t features)
|
static int spi_hwfeatures(FAR struct spi_dev_s *dev, spi_hwfeatures_t features)
|
||||||
{
|
{
|
||||||
#ifdef CONFIG_SPI_BITORDER
|
#ifdef CONFIG_SPI_BITORDER
|
||||||
FAR struct stm32_spidev_s *priv = (FAR struct stm32_spidev_s *)dev;
|
FAR struct stm32l4_spidev_s *priv = (FAR struct stm32l4_spidev_s *)dev;
|
||||||
uint16_t setbits;
|
uint16_t setbits;
|
||||||
uint16_t clrbits;
|
uint16_t clrbits;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user