diff options
author | 2019-06-18 10:40:43 +0200 | |
---|---|---|
committer | 2019-06-18 10:40:43 +0200 | |
commit | b150ab29e25637e41ba5de81f6cbbdfe24834a3f (patch) | |
tree | 32fcffa4a3595aec4b8a140cef4b03a6b588c12e | |
parent | 9897728709528a02545523bea72576abce89dc4c (diff) | |
download | rtic-b150ab29e25637e41ba5de81f6cbbdfe24834a3f.tar.gz rtic-b150ab29e25637e41ba5de81f6cbbdfe24834a3f.tar.zst rtic-b150ab29e25637e41ba5de81f6cbbdfe24834a3f.zip |
homogeneous mode doesn't depend on microamp
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ compiletest_rs = "0.3.22" [features] heterogeneous = ["cortex-m-rtfm-macros/heterogeneous", "microamp"] -homogeneous = ["cortex-m-rtfm-macros/homogeneous", "microamp"] +homogeneous = ["cortex-m-rtfm-macros/homogeneous"] # used for testing this crate; do not use in applications __v7 =[] |