Skip to content

Commit

Permalink
Make TickType_t a public api of the delay module (to be used in esp-i…
Browse files Browse the repository at this point in the history
…df-svc too)
  • Loading branch information
ivmarkov committed Jan 26, 2024
1 parent 6417259 commit 5733efa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/delay.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ use core::{cmp::min, time::Duration};

use esp_idf_sys::*;

pub use esp_idf_sys::TickType_t;

#[allow(non_upper_case_globals)]
pub const BLOCK: TickType_t = TickType_t::MAX;

Expand Down

0 comments on commit 5733efa

Please sign in to comment.