Fix yellow in echoplayer bootloader

Regression introduced in 7f0bc4bd95

Change-Id: I1341319d23a2813b8473e3fceb3370bf6371ef86
This commit is contained in:
Solomon Peachy 2026-01-24 09:13:49 -05:00
parent 65b97917ca
commit 4e4d5ac25b

View file

@ -30,6 +30,7 @@
#include "disk.h"
#include "file_internal.h"
#include "usb.h"
#include "common.h" /* For show_logo() */
static bool is_usb_connected = false;