summaryrefslogtreecommitdiff
path: root/uisimulator/common
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-07-07 16:02:38 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-07-07 16:02:38 -0400
commitc51a9821e735b0944072b1a20f52ac7fed865a97 (patch)
treec4618da375232c0881842424e6329cc80eb149ee /uisimulator/common
parent60c3fdbc11e990f34c2181214eede37679b29907 (diff)
downloadrockbox-c51a9821e735b0944072b1a20f52ac7fed865a97.tar.gz
rockbox-c51a9821e735b0944072b1a20f52ac7fed865a97.zip
rk27xx: Fix simulator errors brought upon by HAVE_MULTIDRIVE but not HAVE_HOTSWAP
Change-Id: I0171d01dfffbb936e8041c0e2fc5207c620ddce3
Diffstat (limited to 'uisimulator/common')
-rw-r--r--uisimulator/common/sim_tasks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/common/sim_tasks.c b/uisimulator/common/sim_tasks.c
index ef67fd24ee..3367982c27 100644
--- a/uisimulator/common/sim_tasks.c
+++ b/uisimulator/common/sim_tasks.c
@@ -114,7 +114,7 @@ void sim_thread(void)
114 * do it here anyway but don't depend on the acks */ 114 * do it here anyway but don't depend on the acks */
115 queue_broadcast(SYS_USB_DISCONNECTED, 0); 115 queue_broadcast(SYS_USB_DISCONNECTED, 0);
116 break; 116 break;
117#ifdef HAVE_MULTIDRIVE 117#ifdef HAVE_HOTSWAP
118 case SIM_EXT_INSERTED: 118 case SIM_EXT_INSERTED:
119 case SIM_EXT_EXTRACTED: 119 case SIM_EXT_EXTRACTED:
120 sim_ext_extracted(ev.data); 120 sim_ext_extracted(ev.data);