Skip to content

Commit 027d771

Browse files
KATE-WANG-NXPfabiobaltieri
authored andcommitted
drivers: mipi_dbi: Fix typo in NXP DCnano driver
Fix typo in NXP DCnano driver Signed-off-by: Kate Wang <yumeng.wang@nxp.com>
1 parent 1e86329 commit 027d771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mipi_dbi/mipi_dbi_nxp_dcnano_lcdif.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ static int mipi_dbi_dcnano_lcdif_write_display(const struct device *dev,
226226
bytes_per_pixel = 2U;
227227
break;
228228
default:
229-
LOG_ERR("Bus tyoe not supported.");
229+
LOG_ERR("Bus type not supported.");
230230
ret = -ENODEV;
231231
break;
232232
}

0 commit comments

Comments
 (0)