From facbaab1953f9ab355fb3a3259dc0acbaabd9cc5 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Fri, 21 Feb 2014 11:25:07 +0100 Subject: simulator: Simulate external storage for HAVE_MULTIDRIVE. The virtual external storage can be inserted/extracted with the e key. This has little effect because there is no way to access the storage (yet, a later commit will change this). Except on ondio where the mmc needs to be extracted before entering USB (like on real target). Change-Id: I523402832f3b4ae71e0603b281aba4fb8592a897 --- uisimulator/common/stubs.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'uisimulator/common/stubs.c') diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c index 480c2a90d8..18f60ce6b3 100644 --- a/uisimulator/common/stubs.c +++ b/uisimulator/common/stubs.c @@ -395,10 +395,3 @@ void touchpad_enable_device(bool en) (void)en; } #endif - -#if (CONFIG_STORAGE & STORAGE_MMC) -bool mmc_touched(void) -{ - return false; -} -#endif -- cgit v1.2.3