summaryrefslogtreecommitdiff
path: root/uisimulator/common/stubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/common/stubs.c')
-rw-r--r--uisimulator/common/stubs.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c
index bce7e07227..ba5e2c9908 100644
--- a/uisimulator/common/stubs.c
+++ b/uisimulator/common/stubs.c
@@ -35,6 +35,12 @@
35 35
36static bool storage_spinning = false; 36static bool storage_spinning = false;
37 37
38#if defined(HAVE_DEVICEDATA)
39#include "devicedata.h"
40struct device_data_t device_data =
41 {.length = DEVICE_DATA_PAYLOAD_SIZE};
42#endif /* def HAVE_DEVICEDATA */
43
38int fat_startsector(void) 44int fat_startsector(void)
39{ 45{
40 return 63; 46 return 63;