mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-09-02 02:58:06 +02:00
all cables: writeTMS len int -> uint32_t
This commit is contained in:
@@ -138,7 +138,7 @@ int AnlogicCable::setClkFreq(uint32_t clkHZ)
|
||||
return clkHZ;
|
||||
}
|
||||
|
||||
int AnlogicCable::writeTMS(uint8_t *tms, int len, bool flush_buffer)
|
||||
int AnlogicCable::writeTMS(uint8_t *tms, uint32_t len, bool flush_buffer)
|
||||
{
|
||||
(void) flush_buffer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user