diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c index 6fd3061133..5d3c54a8d0 100644 --- a/uisimulator/common/stubs.c +++ b/uisimulator/common/stubs.c @@ -203,7 +203,7 @@ bool headphones_inserted(void) #endif #if defined(HAVE_LCD_ENABLE) || defined(HAVE_LCD_SLEEP) -bool lcd_enabled(void) +bool lcd_active(void) { return true; }