mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 09:59:03 +02:00
all jtag cable: no more hardcoding tdi bit with writeTMS
This commit is contained in:
@@ -136,7 +136,8 @@ int AnlogicCable::setClkFreq(uint32_t clkHZ)
|
||||
return clkHZ;
|
||||
}
|
||||
|
||||
int AnlogicCable::writeTMS(const uint8_t *tms, uint32_t len, bool flush_buffer)
|
||||
int AnlogicCable::writeTMS(const uint8_t *tms, uint32_t len, bool flush_buffer,
|
||||
__attribute((unused)) const uint8_t tdi)
|
||||
{
|
||||
(void) flush_buffer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user