fet: remove message 0x30.

This apparently isn't necessary after all, and may be the cause of the
high rate of "fuse blown" errors.
This commit is contained in:
Daniel Beer 2012-03-08 09:20:25 +13:00
parent 4e2185a408
commit 97f8dce833
1 changed files with 0 additions and 6 deletions

View File

@ -603,12 +603,6 @@ static int identify_new(struct fet_device *dev, const char *force_id)
return -1;
}
/* This packet seems to be necessary in order to program on the
* MSP430FR5739 development board.
*/
if (xfer(dev, 0x30, NULL, 0, 0) < 0)
printc_dbg("fet: warning: message 0x30 failed\n");
return 0;
}