nrf5/drivers: Fixing parenthesis in ILI9341 __str__ print function.
This commit is contained in:
parent
ad4149cc80
commit
a2e2f3c07e
|
@ -76,7 +76,7 @@ STATIC void lcd_ili9341_print(const mp_print_t *print, mp_obj_t o, mp_print_kind
|
|||
self->pin_dc->port,
|
||||
self->pin_dc->pin);
|
||||
|
||||
mp_printf(print, " FB(width=%u, height=%u, dir=%u\n",
|
||||
mp_printf(print, " FB(width=%u, height=%u, dir=%u))\n",
|
||||
self->framebuffer->width,
|
||||
self->framebuffer->height);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue