Fixed some math bugs in the compass calcs, needle is now more accurate.

This commit is contained in:
Gabe Venberg 2025-06-23 18:00:26 +02:00
parent a77b3845e0
commit 26a1da2cb9
4 changed files with 38 additions and 22 deletions

View file

@ -0,0 +1,7 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
rustflags = [
"-C", "link-arg=-Tlink.x",
]
[build]
target = "thumbv7em-none-eabihf"