Skip to content

Commit

Permalink
fix: Reset commutation period on idle
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasvr committed Oct 21, 2020
1 parent 4e0d87b commit d805fb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Bluejay.asm
Original file line number Diff line number Diff line change
Expand Up @@ -3202,6 +3202,8 @@ arming_start:
; Armed and waiting for power on
wait_for_power_on:
clr A
mov Comm_Period4x_L, A ; Reset commutation period for telemetry
mov Comm_Period4x_H, A
mov Power_On_Wait_Cnt_L, A ; Clear wait counter
mov Power_On_Wait_Cnt_H, A
wait_for_power_on_loop:
Expand Down

0 comments on commit d805fb6

Please sign in to comment.