diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2023-05-10 14:24:32 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2023-05-10 16:26:52 +0200 |
| commit | 67d5ade4fdbb2fb4a1c13715e4829412f4007d75 (patch) | |
| tree | d724871c3173736594811daa84abbd57b71bf105 /examples/rp2040_local_i2c_init | |
| parent | cfac6d1d90f13f22bde849816919e42f4ecf9531 (diff) | |
Fix zero prio tasks when all async tasks have default (no) arguments
Diffstat (limited to 'examples/rp2040_local_i2c_init')
| -rw-r--r-- | examples/rp2040_local_i2c_init/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rp2040_local_i2c_init/Cargo.toml b/examples/rp2040_local_i2c_init/Cargo.toml index 9737c99..2d004e1 100644 --- a/examples/rp2040_local_i2c_init/Cargo.toml +++ b/examples/rp2040_local_i2c_init/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" [dependencies.rtic] path = "../../rtic" -version = "=2.0.0-alpha.1" +version = "=2.0.0-alpha.2" features = ["thumbv6-backend"] [dependencies.rtic-monotonics] |
