mirror of
https://github.com/apache/nuttx.git
synced 2026-08-09 22:45:08 +00:00
boards/arm/stm32/stm32f103-minimum/src/stm32_lcd_backpack.c: Fix a syslog format
This commit is contained in:
parent
751f465b16
commit
73e82edfb9
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ int stm32_lcd_backpack_init(FAR const char *devpath)
|
|||
ret = i2c_register(i2c, LCDBP_I2C_PORTNO);
|
||||
if (ret < 0)
|
||||
{
|
||||
rtcerr("ERROR: Failed to register I2C%d driver: %d\n", bus, ret);
|
||||
rtcerr("ERROR: Failed to register I2C driver: %d\n", ret);
|
||||
return -ENODEV;
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue