boards/arm/stm32/clicker2-stm32/src/stm32_xbee.c: Fix syslog formats
This commit is contained in:
parent
376b4a48ce
commit
364cb63834
|
@ -307,7 +307,7 @@ static int stm32_xbee_devsetup(FAR struct stm32_priv_s *priv)
|
|||
xbee = xbee_init(spi, &priv->dev);
|
||||
if (xbee == NULL)
|
||||
{
|
||||
wlerr("ERROR: Failed to initialize XBee driver%d\n", priv->dev);
|
||||
wlerr("ERROR: Failed to initialize XBee driver%d\n", priv->spidev);
|
||||
return -ENODEV;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue