commented si5351c_activate_best_clock_source() trying to solve intermittent USB failures
This commit is contained in:
@ -219,9 +219,9 @@ int main(void) {
|
|||||||
if (start_cpld_update)
|
if (start_cpld_update)
|
||||||
cpld_update();
|
cpld_update();
|
||||||
|
|
||||||
if (++periodic_event_counter == 0) {
|
//if (++periodic_event_counter == 0) {
|
||||||
si5351c_activate_best_clock_source();
|
//si5351c_activate_best_clock_source();
|
||||||
}
|
//}
|
||||||
|
|
||||||
// Set up IN transfer of buffer 0.
|
// Set up IN transfer of buffer 0.
|
||||||
if ( usb_bulk_buffer_offset >= 16384
|
if ( usb_bulk_buffer_offset >= 16384
|
||||||
|
Reference in New Issue
Block a user