diff options
Diffstat (limited to 'rtic-monotonics/Cargo.toml')
| -rw-r--r-- | rtic-monotonics/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rtic-monotonics/Cargo.toml b/rtic-monotonics/Cargo.toml index b88b088..de94d3f 100644 --- a/rtic-monotonics/Cargo.toml +++ b/rtic-monotonics/Cargo.toml @@ -48,6 +48,8 @@ defmt = ["fugit/defmt"] cortex-m-systick = ["dep:cortex-m"] systick-100hz = [] systick-10khz = [] +# Use 64-bit wide backing storage for the Instant +systick-64bit = [] # Timer peripheral on the RP2040 rp2040 = ["dep:cortex-m", "dep:rp2040-pac"] |
