Skip to content

Commit dd4fc5f

Browse files
dragomireckyvintagepc
authored andcommitted
Fix access to a non-existant debug property
1 parent 8558f08 commit dd4fc5f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hw/arm/prusa/prusa-xl.c

-1
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,6 @@ static void xl_init(MachineState *machine, xl_cfg_t cfg)
522522

523523
// Hall sensor mux
524524
dev = qdev_new("hc4052");
525-
qdev_prop_set_bit(dev, "debug",true);
526525
sysbus_realize(SYS_BUS_DEVICE(dev), &error_fatal);
527526
qdev_connect_gpio_out(stm32_soc_get_periph(dev_soc, STM32_P_GPIOF),12,qdev_get_gpio_in_named(dev,"select", 1)); // S0
528527
qdev_connect_gpio_out(stm32_soc_get_periph(dev_soc, STM32_P_GPIOG),6,qdev_get_gpio_in_named(dev, "select", 0)); // S1

0 commit comments

Comments
 (0)