all cables: writeTMS len int -> uint32_t

This commit is contained in:
Gwenhael Goavec-Merou
2021-11-06 10:31:00 +01:00
parent 4e294a244a
commit fb6a3b9f03
13 changed files with 21 additions and 17 deletions
+1 -1
View File
@@ -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;