mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-31 04:25:17 -04:00
JTAG: Remove unused methods.
This commit is contained in:
parent
18fe30136e
commit
22143c9543
2 changed files with 0 additions and 26 deletions
|
@ -94,11 +94,6 @@ public:
|
|||
shift_ir(static_cast<uint32_t>(instruction));
|
||||
}
|
||||
|
||||
template<size_t N>
|
||||
void shift_dr(std::bitset<N>& bits) {
|
||||
jtag.shift_dr(bits);
|
||||
}
|
||||
|
||||
private:
|
||||
jtag::JTAG& jtag;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue