We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5aceca commit a85d230Copy full SHA for a85d230
1 file changed
examples/configure_bitrate.rs
@@ -2,6 +2,8 @@
2
pub async fn run() -> Result<()> {
3
use automotive::can::bitrate::BitrateBuilder;
4
use automotive::vector::VectorCan;
5
+ use automotive::StreamExt;
6
+
7
tracing_subscriber::fmt::init();
8
9
let bitrate_cfg = BitrateBuilder::new::<VectorCan>()
0 commit comments