1
0
Fork 0
forked from len0rd/rockbox
lcd_scroll is include in a weird manner and includes need to go in
scroll_engine.c instead and still be blocked from bootloaders

Change-Id: Ic99d123f7d428d511380c7064a9453de56218a17
This commit is contained in:
William Wilgus 2024-08-28 21:19:12 -04:00
parent fbc8b2156f
commit 49bbfe7505
2 changed files with 4 additions and 2 deletions

View file

@ -32,6 +32,10 @@
#include "usb.h"
#include "lcd.h"
#include "font.h"
#if !defined(BOOTLOADER)
#include "misc.h"
#include "settings.h"
#endif
#ifdef HAVE_REMOTE_LCD
#include "lcd-remote.h"
#endif