fet_db: fix incorrect FUSES for MSP430F2274.
This commit is contained in:
parent
0a56e916a7
commit
045c299b31
|
@ -7306,7 +7306,7 @@ static const struct fet_db_record fet_db[] = {{ .name= "Prototype_MSP430F
|
||||||
, 0x00, 0x00, 0x00
|
, 0x00, 0x00, 0x00
|
||||||
, 0xFF /* CONF (off: 13)*/
|
, 0xFF /* CONF (off: 13)*/
|
||||||
, 0x00, 0x00
|
, 0x00, 0x00
|
||||||
, 0x00 /* FUSES (off: 16)*/
|
, 0x80 /* FUSES (off: 16)*/
|
||||||
, 0x07 } /* F PATT (off: 17)*/
|
, 0x07 } /* F PATT (off: 17)*/
|
||||||
|
|
||||||
, .msg29_params={ 0x00, 0x39, 0x31 /*, 0x4A */ }
|
, .msg29_params={ 0x00, 0x39, 0x31 /*, 0x4A */ }
|
||||||
|
|
Loading…
Reference in New Issue