ftdiJtagMPSSE: typo
This commit is contained in:
parent
68b4d7d654
commit
99d59e45d4
|
|
@ -78,7 +78,7 @@ void FtdiJtagMPSSE::init_internal(const mpsse_bit_config &cable)
|
||||||
if (!strncmp((const char *)_imanufacturer, "SIPEED", 6)) {
|
if (!strncmp((const char *)_imanufacturer, "SIPEED", 6)) {
|
||||||
// This Sipeed firmware does not support MPSEE 0x8E, 0x8F commands properly
|
// This Sipeed firmware does not support MPSEE 0x8E, 0x8F commands properly
|
||||||
if (!strncmp((const char *)_iserialnumber, "2023112818", 10))
|
if (!strncmp((const char *)_iserialnumber, "2023112818", 10))
|
||||||
_cmd8EWA true;
|
_cmd8EWA = true;
|
||||||
// This Sipeed firmware is incredibly slow in LSB first mode
|
// This Sipeed firmware is incredibly slow in LSB first mode
|
||||||
if (!strncmp((const char *)_iserialnumber, "2025041420", 10))
|
if (!strncmp((const char *)_iserialnumber, "2025041420", 10))
|
||||||
_msb_first = true;
|
_msb_first = true;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue