forked from M-Labs/artiq
firmware: fix compilation error with more than 1 Grabber
This commit is contained in:
parent
9ee5fea88d
commit
2e3555de85
|
@ -9,6 +9,7 @@ enum State {
|
||||||
Watch
|
Watch
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[derive(Clone, Copy)]
|
||||||
struct Info {
|
struct Info {
|
||||||
state: State,
|
state: State,
|
||||||
frame_size: (u16, u16),
|
frame_size: (u16, u16),
|
||||||
|
|
Loading…
Reference in New Issue