mehfet: reenable fast clock

This commit is contained in:
Triss 2021-10-09 23:22:53 +02:00
parent a5252e13f6
commit d6e6c91ea7
1 changed files with 1 additions and 1 deletions

View File

@ -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;