diff options
author | 2023-04-16 12:05:20 +0000 | |
---|---|---|
committer | 2023-04-16 12:05:20 +0000 | |
commit | 56bf829931cd3f8267ad435f6ff8f3ae200418b4 (patch) | |
tree | 41afd65c26f8e77b02845476cbc15fce672119b3 /rtic-macros/src/codegen/bindings.rs | |
parent | ef8046b060a375fd5e6b23d62c3a9a303bbd6e11 (diff) | |
parent | cb83309462b1ed6d20ef498d7c2aaa86184c16fc (diff) | |
download | rtic-56bf829931cd3f8267ad435f6ff8f3ae200418b4.tar.gz rtic-56bf829931cd3f8267ad435f6ff8f3ae200418b4.tar.zst rtic-56bf829931cd3f8267ad435f6ff8f3ae200418b4.zip |
Merge #732
732: Docs 1 r=korken89 a=datdenkikniet
Going over all of the subprojects and trying to find stuff that may need docs
Co-authored-by: datdenkikniet <jcdra1@gmail.com>
Diffstat (limited to 'rtic-macros/src/codegen/bindings.rs')
-rw-r--r-- | rtic-macros/src/codegen/bindings.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/rtic-macros/src/codegen/bindings.rs b/rtic-macros/src/codegen/bindings.rs index 6c214cdb..c328ee0b 100644 --- a/rtic-macros/src/codegen/bindings.rs +++ b/rtic-macros/src/codegen/bindings.rs @@ -1,10 +1,3 @@ -#[cfg(not(any( - feature = "cortex-m-source-masking", - feature = "cortex-m-basepri", - feature = "test-template" -)))] -compile_error!("No backend selected"); - #[cfg(any(feature = "cortex-m-source-masking", feature = "cortex-m-basepri"))] pub use cortex::*; |