boards/arm/stm32h7/nucleo-h743zi/src/stm32_ssd1306.c: Fix a syslog format
This commit is contained in:
parent
c2b06fe219
commit
5df47f2828
@ -84,7 +84,7 @@ FAR struct lcd_dev_s *board_lcd_getdev(int devno)
|
||||
g_lcddev = ssd1306_initialize(g_i2c, NULL, devno);
|
||||
if (!g_lcddev)
|
||||
{
|
||||
lcderr("ERROR: Failed to bind I2C port 1 to OLED %d: %d\n", devno);
|
||||
lcderr("ERROR: Failed to bind I2C port 1 to OLED %d\n", devno);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user