aboutsummaryrefslogtreecommitdiff
path: root/rtic-macros/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rtic-macros/Cargo.toml')
-rw-r--r--rtic-macros/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/rtic-macros/Cargo.toml b/rtic-macros/Cargo.toml
index 970f666..12cd0d9 100644
--- a/rtic-macros/Cargo.toml
+++ b/rtic-macros/Cargo.toml
@@ -24,6 +24,7 @@ proc-macro = true
[features]
default = []
debugprint = []
+
# list of supported codegen backends
thumbv6 = []
thumbv7 = []