cables: verbose type coherency

This commit is contained in:
Gwenhael Goavec-Merou
2023-07-30 08:39:15 +02:00
parent 469e1c3669
commit 4bf4b94bbb
18 changed files with 25 additions and 29 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ enum dirtyJtagSig {
SIG_TMS = (1 << 4)
};
DirtyJtag::DirtyJtag(uint32_t clkHZ, uint8_t verbose):
DirtyJtag::DirtyJtag(uint32_t clkHZ, int8_t verbose):
_verbose(verbose),
dev_handle(NULL), usb_ctx(NULL), _tdi(0), _tms(0)
{