2
0
mirror of https://github.com/m-labs/artiq.git synced 2025-02-07 16:15:22 +08:00

firmware: fix compilation error with more than 1 Grabber

This commit is contained in:
Sebastien Bourdeauducq 2019-01-22 19:35:46 +08:00
parent 51ee9122f2
commit 139e87de36

View File

@ -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),