mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-31 10:16:11 +02:00
cables: verbose type coherency
This commit is contained in:
+1
-1
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user