Skip to content

Commit

Permalink
Implement get_interface_names for serial link
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc committed Feb 26, 2024
1 parent 42f9384 commit 3324989
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions io/zenoh-links/zenoh-link-serial/src/unicast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,7 @@ impl LinkUnicastTrait for LinkUnicastSerial {

#[inline(always)]
fn get_interface_names(&self) -> Vec<String> {
// @TODO: Not supported for now
log::debug!("The get_interface_names for LinkUnicastSerial is not supported");
vec![]
vec![String::from("serial")]
}

#[inline(always)]
Expand Down

0 comments on commit 3324989

Please sign in to comment.