firmware: fix compilation error with more than 1 Grabber

pull/1259/head
Sebastien Bourdeauducq 2019-01-22 19:35:46 +08:00
parent 9ee5fea88d
commit 2e3555de85
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ enum State {
Watch
}
#[derive(Clone, Copy)]
struct Info {
state: State,
frame_size: (u16, u16),