[Fix Red] define lcd_awake for targets with lcd_sleep

Change-Id: I62f8f7908f2877d4b255075120f87e3c9a375f66
This commit is contained in:
William Wilgus 2025-01-05 12:08:18 -05:00
parent 734cc3e8d1
commit 5d9b01b9ed
11 changed files with 54 additions and 0 deletions

View file

@ -177,6 +177,10 @@ void lcd_enable(bool on)
}
}
void lcd_awake(void)
{
/* Nothing to do */
}
void lcd_sleep(void)
{