mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-09-01 10:39:51 +02:00
cables: verbose type coherency
This commit is contained in:
@@ -60,12 +60,10 @@
|
||||
JetsonNanoJtagBitbang::JetsonNanoJtagBitbang(
|
||||
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);
|
||||
{
|
||||
uint32_t tms_port_reg, tck_port_reg, tdi_port_reg, tdo_port_reg;
|
||||
|
||||
_verbose = verbose;
|
||||
|
||||
_tck_pin = pin_conf->tck_pin;
|
||||
_tms_pin = pin_conf->tms_pin;
|
||||
_tdi_pin = pin_conf->tdi_pin;
|
||||
|
||||
Reference in New Issue
Block a user