Skip to content
Snippets Groups Projects
Commit bd168fe0 authored by Pascal Engélibert's avatar Pascal Engélibert :bicyclist:
Browse files

[ref] server: (arm) remove TuiModule from cli

parent c5cfa20c
No related branches found
No related tags found
1 merge request!133[ref] server: (arm) remove TuiModule from cli
...@@ -49,7 +49,7 @@ fn main() { ...@@ -49,7 +49,7 @@ fn main() {
#[cfg(target_arch = "arm")] #[cfg(target_arch = "arm")]
fn main() { fn main() {
durs_core_server!( durs_core_server!(
durs_inject_cli![WS2PModule, TuiModule], durs_inject_cli![WS2PModule],
durs_plug!([WS2PModule], [TuiModule]) durs_plug!([WS2PModule], [TuiModule])
); );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment