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 -3
View File
@@ -35,10 +35,8 @@
LibgpiodJtagBitbang::LibgpiodJtagBitbang(
const jtag_pins_conf_t *pin_conf,
const std::string &dev, __attribute__((unused)) uint32_t clkHZ,
uint8_t verbose)
int8_t verbose):_verbose(verbose>1)
{
_verbose = verbose;
_tck_pin = pin_conf->tck_pin;
_tms_pin = pin_conf->tms_pin;
_tdi_pin = pin_conf->tdi_pin;