boards/arm/stm32/clicker2-stm32/src/stm32_xbee.c: Fix syslog formats

This commit is contained in:
YAMAMOTO Takashi 2020-12-02 06:47:38 +09:00 committed by Xiang Xiao
parent 376b4a48ce
commit 364cb63834
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}