diff options
Diffstat (limited to 'rtic-macros/Cargo.toml')
| -rw-r--r-- | rtic-macros/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rtic-macros/Cargo.toml b/rtic-macros/Cargo.toml index 8611472..d4791b6 100644 --- a/rtic-macros/Cargo.toml +++ b/rtic-macros/Cargo.toml @@ -40,6 +40,8 @@ riscv-esp32c3 = [] # riscv-clic = [] # riscv-ch32 = [] riscv-slic = [] +riscv-clint = ["riscv-slic"] +riscv-mecall= ["riscv-slic"] # backend API test test-template = [] |
