Use gateware default trigger setting on Praline

Don't try to talk to gateware before FPGA configuration
This commit is contained in:
Michael Ossmann
2025-12-16 21:31:48 -05:00
parent 22e56a7076
commit 44db1674d7

View File

@@ -61,10 +61,10 @@ void sgpio_configure_pin_functions(sgpio_config_t* const config)
}
sgpio_cpld_set_mixer_invert(config, 0);
hw_sync_enable(0);
gpio_output(config->gpio_q_invert);
#ifndef PRALINE
hw_sync_enable(0);
gpio_output(config->gpio_hw_sync_enable);
#endif
}