mehfet: reenable fast clock
This commit is contained in:
parent
a5252e13f6
commit
d6e6c91ea7
|
@ -534,7 +534,7 @@ static int init_device(struct mehfet_device* dev) {
|
|||
// JTAG fuse check has been performed, so we can now switch to a
|
||||
// higher-speed physical transport suitable for ~350 kHz TCLK strobes used
|
||||
// in (and required for) flash programming
|
||||
int r = 0;//mehfet_cmd_set_clkspeed(dev->trans, true);
|
||||
int r = mehfet_cmd_set_clkspeed(dev->trans, true);
|
||||
if (r < 0) {
|
||||
jtag_release_device(&dev->jtag, 0xfffe);
|
||||
return -1;
|
||||
|
|
Loading…
Reference in New Issue