mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-14 09:57:50 +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 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;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user