Skip to content

Commit f6b480e

Browse files
authored
Merge pull request embassy-rs#3894 from Flamenco/patch-1
Fix function name
2 parents fbdd2e7 + 6f795d9 commit f6b480e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cyw43/src/control.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ impl<'a> Control<'a> {
531531
}
532532

533533
/// Retrieve the list of configured multicast hardware addresses.
534-
pub async fn list_mulistcast_addresses(&mut self, result: &mut [[u8; 6]; 10]) -> usize {
534+
pub async fn list_multicast_addresses(&mut self, result: &mut [[u8; 6]; 10]) -> usize {
535535
let mut buf = [0; 64];
536536
self.get_iovar("mcast_list", &mut buf).await;
537537

0 commit comments

Comments
 (0)