Skip to content

Commit bc8e7f3

Browse files
committed
fix: make std and semihosting mutually exclusive
1 parent c8774d7 commit bc8e7f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ macro_rules! assert_unique_features {
2222
fn main() -> Result<(), Box<dyn Error>> {
2323
assert_unique_features!("log", "defmt");
2424
assert_unique_features!("ariel-os", "external-executor");
25+
assert_unique_features!("std", "semihosting");
2526

2627
let out = &PathBuf::from(env::var("OUT_DIR")?);
2728
let linker_script = fs::read_to_string("embedded-test.x")?;

0 commit comments

Comments
 (0)