mirror of
https://github.com/apache/nuttx.git
synced 2026-09-13 22:20:24 +00:00
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
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue