fixup rebase

This commit is contained in:
elijah-thomas774
2025-11-22 15:09:13 -05:00
parent 0f3aad940e
commit 8a9d164384
4 changed files with 7 additions and 10 deletions
-3
View File
@@ -36,9 +36,6 @@ struct mAng {
void set(s16 val) {
mVal = val;
}
void setF(const f32 &val) {
mVal = val;
}
s16 *ref() {
return &mVal;