Update cable->frequency setting

git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1033 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Kolja Waschk 17 years ago
parent 4cfffbbf01
commit 99f8cee436

@ -303,6 +303,7 @@ usbblaster_flush( cable_t *cable, cable_flush_amount_t how_much )
void
usbblaster_set_frequency( cable_t *cable, uint32_t new_frequency )
{
cable->frequency = new_frequency;
}
void

@ -94,6 +94,7 @@ xpc_set_trst( cable_t *cable, int trst )
void
xpc_set_frequency( cable_t *cable, uint32_t new_frequency )
{
cable->frequency = new_frequency;
}

Loading…
Cancel
Save