mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-25 08:32:56 +00:00
JTAG: Clean up definition of Target interface.
This commit is contained in:
@@ -37,9 +37,9 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
virtual void delay(const size_t n) = 0;
|
virtual void delay(const size_t n) = 0;
|
||||||
virtual jtag::Target::bit_t clock(
|
virtual bit_t clock(
|
||||||
const jtag::Target::bit_t tms_value,
|
const bit_t tms_value,
|
||||||
const jtag::Target::bit_t tdi_value
|
const bit_t tdi_value
|
||||||
) = 0;
|
) = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user