mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 04:52:02 +08:00
configs/stm32f429i-disco/src/stm32_lcd.c: Fix a warning about use of an uninitialized variable.
This commit is contained in:
@@ -530,7 +530,7 @@ int board_lcd_initialize(void)
|
||||
int up_fbinitialize(int display)
|
||||
{
|
||||
static bool initialized = false;
|
||||
int ret;
|
||||
int ret = OK;
|
||||
|
||||
if (!initialized)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user