Skip to content

Commit

Permalink
Adapt to new interface
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed Dec 3, 2019
1 parent bb7cbec commit 245abd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -155,7 +155,7 @@
//! println!("Error: {:?}", e);
//! }
//! Ok(_) => {
//! let channel = radio.get_channel().unwrap_or(-1.0);
//! let channel = radio.channel().unwrap_or(-1.0);
//! println!("Found channel at {:1} MHz", channel);
//! delay.delay_ms(5000_u16); // listen for 5 seconds, then seek again
//! }
Expand Down

0 comments on commit 245abd4

Please sign in to comment.