arch/arm/src/stm32h7/stm32_spi.c: Remove un-used local variable
Causes compilation warning Signed-off-by: Jukka Laitinen <jukka.laitinen@intel.com>
This commit is contained in:
parent
63af18eaf9
commit
ace63ef74a
@ -1814,7 +1814,6 @@ static void spi_exchange(FAR struct spi_dev_s *dev, FAR const void *txbuffer,
|
||||
{
|
||||
FAR struct stm32_spidev_s *priv = (FAR struct stm32_spidev_s *)dev;
|
||||
FAR void * xbuffer = rxbuffer;
|
||||
int ret;
|
||||
|
||||
DEBUGASSERT(priv != NULL);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user