summary refs log tree commit diff stats
path: root/hw/avr/arduino.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/avr/arduino.c')
-rw-r--r--hw/avr/arduino.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/avr/arduino.c b/hw/avr/arduino.c
index 48ef478346..1801074a42 100644
--- a/hw/avr/arduino.c
+++ b/hw/avr/arduino.c
@@ -67,6 +67,7 @@ static void arduino_machine_class_init(ObjectClass *oc, void *data)
     mc->no_floppy = 1;
     mc->no_cdrom = 1;
     mc->no_parallel = 1;
+    mc->no_sdcard = ON_OFF_AUTO_OFF;
 }
 
 static void arduino_duemilanove_class_init(ObjectClass *oc, void *data)