Skip to content

Commit

Permalink
Better cfg fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
CBJamo committed Oct 24, 2023
1 parent 58417a4 commit be856a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions embassy-lora/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#![no_std]
#![feature(async_fn_in_trait)]
#[cfg(feature = "stm32wl")]
#![feature(try_blocks)]
#![cfg_attr(feature = "stm32wl", feature(try_blocks))]
//! embassy-lora holds LoRa-specific functionality.
pub(crate) mod fmt;
Expand Down

0 comments on commit be856a2

Please sign in to comment.