Link npc_doc (#2851)

* Link npc_doc

* Remove changes causing regression in debug
This commit is contained in:
hev7
2025-11-24 05:09:19 +00:00
committed by GitHub
parent 8d53f6dd59
commit 6067c05f14
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ public:
int getOffHour() {
u16 var_r31 = (u16)home.angle.z;
var_r31 &= (u16)0x3E0;
var_r31 >>= 5;
var_r31 = var_r31 >> 5;
if (var_r31 < 24) {
return var_r31;