rx: add missing feature flag
This commit is contained in:
parent
72762ca558
commit
a6d0ea6ca2
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
///
|
///
|
||||||
/// # Errors
|
/// # Errors
|
||||||
/// Returns a human-readable string, if data contains unexpected values
|
/// Returns a human-readable string, if data contains unexpected values
|
||||||
|
#[cfg(feature = "esp32c5")]
|
||||||
pub fn is_broadcast_frame(
|
pub fn is_broadcast_frame(
|
||||||
frame: &esp_radio::wifi::sniffer::PromiscuousPkt<'_>,
|
frame: &esp_radio::wifi::sniffer::PromiscuousPkt<'_>,
|
||||||
) -> Result<bool, alloc::string::String> {
|
) -> Result<bool, alloc::string::String> {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue