fix uidev build
This commit is contained in:
@@ -9,14 +9,13 @@ pub struct TestbedDashboard {
|
|||||||
|
|
||||||
impl TestbedDashboard {
|
impl TestbedDashboard {
|
||||||
pub fn new() -> anyhow::Result<Self> {
|
pub fn new() -> anyhow::Result<Self> {
|
||||||
let settings = SimpleSettingsIO::new();
|
|
||||||
let interface = DashInterfaceEmulated::new();
|
let interface = DashInterfaceEmulated::new();
|
||||||
|
|
||||||
let frontend = frontend::Frontend::new(
|
let frontend = frontend::Frontend::new(
|
||||||
frontend::InitParams {
|
frontend::InitParams {
|
||||||
interface: Box::new(interface),
|
interface: Box::new(interface),
|
||||||
},
|
},
|
||||||
(),
|
&mut (),
|
||||||
)?;
|
)?;
|
||||||
Ok(Self { frontend })
|
Ok(Self { frontend })
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user