1
2
3
4
5
#[derive(Copy, Clone, Debug)]
pub enum WireProtocol {
    Swd,
    Jtag
}