We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10d3474 commit 56d52aeCopy full SHA for 56d52ae
calculate-memory.rhai
@@ -20,7 +20,7 @@ variable::set(
20
).to_hex()
21
);
22
23
-let target = variable::get("target");
+let target = variable::get("target-arch");
24
25
variable::set("architecture", switch target {
26
"thumbv6m-none-eabi" => "armv6m",
0 commit comments