mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-03-06 13:36:07 -05:00
JTAG: Clean up definition of Target interface.
This commit is contained in:
parent
2add96d42d
commit
6917ffe1e3
@ -37,9 +37,9 @@ public:
|
||||
}
|
||||
|
||||
virtual void delay(const size_t n) = 0;
|
||||
virtual jtag::Target::bit_t clock(
|
||||
const jtag::Target::bit_t tms_value,
|
||||
const jtag::Target::bit_t tdi_value
|
||||
virtual bit_t clock(
|
||||
const bit_t tms_value,
|
||||
const bit_t tdi_value
|
||||
) = 0;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user