mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-31 18:26:14 +02:00
all jtag cable: no more hardcoding tdi bit with writeTMS
This commit is contained in:
@@ -292,7 +292,8 @@ int LibgpiodJtagBitbang::setClkFreq(__attribute__((unused)) uint32_t clkHZ)
|
||||
}
|
||||
|
||||
int LibgpiodJtagBitbang::writeTMS(const uint8_t *tms_buf, uint32_t len,
|
||||
__attribute__((unused)) bool flush_buffer)
|
||||
__attribute__((unused)) bool flush_buffer,
|
||||
__attribute__((unused)) uint8_t tdi)
|
||||
{
|
||||
int tms;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user