diff options
| author | Eli Hastings <eli@seagen.io> | 2025-02-24 16:30:43 +0000 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2025-04-07 21:11:21 +0000 |
| commit | ef09e4b65f3586df6302721de909f66d69e7ba80 (patch) | |
| tree | eafd30c918e13976e3c0021a74972a07a839e3a3 /rtic-monotonics/src/lib.rs | |
| parent | 0efb77300e4c21a7de488c99e6a55919f4e092b6 (diff) | |
Port ESP32-C3 changes to ESP32-C6 branch
Diffstat (limited to 'rtic-monotonics/src/lib.rs')
| -rw-r--r-- | rtic-monotonics/src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rtic-monotonics/src/lib.rs b/rtic-monotonics/src/lib.rs index 38f3b53..a02ddb5 100644 --- a/rtic-monotonics/src/lib.rs +++ b/rtic-monotonics/src/lib.rs @@ -54,6 +54,9 @@ pub use rtic_time::{ #[cfg(feature = "esp32c3-systimer")] pub mod esp32c3; +#[cfg(feature = "esp32c6-systimer")] +pub mod esp32c6; + #[cfg(feature = "cortex-m-systick")] pub mod systick; |
