Skip to content

Commit 56d52ae

Browse files
p.koevesdiYatekii
p.koevesdi
authored andcommitted
fixed wrong architecture
1 parent 10d3474 commit 56d52ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

calculate-memory.rhai

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ variable::set(
2020
).to_hex()
2121
);
2222

23-
let target = variable::get("target");
23+
let target = variable::get("target-arch");
2424

2525
variable::set("architecture", switch target {
2626
"thumbv6m-none-eabi" => "armv6m",

0 commit comments

Comments
 (0)