提交 71a6dcb3 authored 作者: Serhij S's avatar Serhij S

fixed example help

上级 ba9a336c
...@@ -65,8 +65,6 @@ struct HmiWorker {} ...@@ -65,8 +65,6 @@ struct HmiWorker {}
impl Worker<Message, Variables> for HmiWorker { impl Worker<Message, Variables> for HmiWorker {
fn run(&mut self, context: &Context<Message, Variables>) -> WResult { fn run(&mut self, context: &Context<Message, Variables>) -> WResult {
// ensure the system is in running state to avoid slowdowns during Weston/Xorg startup
// not mandatory, as the server startup waits until /run/user/<uid> dir is available
roboplc::system::wait_running_state()?; roboplc::system::wait_running_state()?;
loop { loop {
let mut opts = hmi::AppOptions::default(); let mut opts = hmi::AppOptions::default();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论