mirror of
https://github.com/greatscottgadgets/hackrf.git
synced 2026-03-09 16:59:08 +01:00
Use gateware default trigger setting on Praline
Don't try to talk to gateware before FPGA configuration
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user