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.
2 parents fbdd2e7 + 6f795d9 commit f6b480eCopy full SHA for f6b480e
cyw43/src/control.rs
@@ -531,7 +531,7 @@ impl<'a> Control<'a> {
531
}
532
533
/// Retrieve the list of configured multicast hardware addresses.
534
- pub async fn list_mulistcast_addresses(&mut self, result: &mut [[u8; 6]; 10]) -> usize {
+ pub async fn list_multicast_addresses(&mut self, result: &mut [[u8; 6]; 10]) -> usize {
535
let mut buf = [0; 64];
536
self.get_iovar("mcast_list", &mut buf).await;
537
0 commit comments