Skip to content

Commit 8d8f4fb

Browse files
committed
fix: esp32 build
1 parent 31803c8 commit 8d8f4fb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/state.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ use crate::{structs::PossibleGroup, utils::signaled_mutex::SignaledMutex};
88

99
pub static mut EPOCH_BASE: u64 = 0;
1010
pub static mut SLEEP_STATE: bool = false;
11-
pub static mut OTA_STATE: bool = false;
12-
13-
#[cfg(feature = "esp32c3")]
1411
pub static mut DEEPER_SLEEP: bool = false;
12+
pub static mut OTA_STATE: bool = false;
1513

1614
#[inline(always)]
1715
pub fn current_epoch() -> u64 {

0 commit comments

Comments
 (0)