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:
+2
-1
@@ -89,7 +89,8 @@ Jlink::~Jlink()
|
||||
libusb_exit(jlink_ctx);
|
||||
}
|
||||
|
||||
int Jlink::writeTMS(const uint8_t *tms, uint32_t len, bool flush_buffer)
|
||||
int Jlink::writeTMS(const uint8_t *tms, uint32_t len, bool flush_buffer,
|
||||
__attribute__((unused)) const uint8_t tdi)
|
||||
{
|
||||
// empty buffer
|
||||
// if asked flush
|
||||
|
||||
Reference in New Issue
Block a user