ftdiJtagMPSSE: typo

This commit is contained in:
Gwenhael Goavec-Merou 2026-02-11 08:09:57 +01:00
parent cba4ae5895
commit ec089e1e75
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ void FtdiJtagMPSSE::init_internal(const mpsse_bit_config &cable)
if (!strncmp((const char *)_imanufacturer, "SIPEED", 6)) {
// This Sipeed firmware does not support MPSEE 0x8E, 0x8F commands properly
if (!strncmp((const char *)_iserialnumber, "2023112818", 10))
_cmd8EWA true;
_cmd8EWA = true;
// This Sipeed firmware is incredibly slow in LSB first mode
if (!strncmp((const char *)_iserialnumber, "2025041420", 10))
_msb_first = true;