mirror of
https://github.com/apache/nuttx.git
synced 2026-09-02 23:23:02 +00:00
Esp32 lilygo tty t5v2 bugfix
E-ink initialization failed because small bug in the code (just 5 missing chars
This commit is contained in:
parent
feb5c5307a
commit
caf92cdadf
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ int board_lcd_initialize(void)
|
|||
* Must be because setpower(1) function invokes the chip configuration
|
||||
*/
|
||||
|
||||
g_lcddev->setpower(g_lcddev, CONFIG_LCD_MAXPOWER);
|
||||
ret = g_lcddev->setpower(g_lcddev, CONFIG_LCD_MAXPOWER);
|
||||
}
|
||||
|
||||
return ret;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue