0
0
Fork 0

rx: add missing feature flag

This commit is contained in:
Jannik Beyerstedt 2026-07-31 16:05:05 +02:00
commit a6d0ea6ca2

View file

@ -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> {