drivers: ssd1673: fix typo in string
then -> than Signed-off-by: Uri Shaked <uri@urishaked.com>
This commit is contained in:
parent
561d6dd1ed
commit
2e68bc02b9
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ static int ssd1673_write(const struct device *dev, const u16_t x,
|
|||
u16_t y_end;
|
||||
|
||||
if (desc->pitch < desc->width) {
|
||||
LOG_ERR("Pitch is smaller then width");
|
||||
LOG_ERR("Pitch is smaller than width");
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue