forked from M-Labs/artiq
analyzer sat: disarm on drop
This commit is contained in:
parent
ddfe51e7ac
commit
ab52748cac
|
@ -60,6 +60,10 @@ impl Analyzer {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fn drop(&mut self) {
|
||||||
|
disarm();
|
||||||
|
}
|
||||||
|
|
||||||
pub fn get_header(&mut self) -> Header {
|
pub fn get_header(&mut self) -> Header {
|
||||||
disarm();
|
disarm();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue