Skip to content

Commit

Permalink
Fix the issue where time.Tick was not working properly (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
sago35 authored Oct 6, 2024
1 parent 80e67ab commit 843509b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion keyboard.go
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ func (d *Device) Loop(ctx context.Context) error {
cont = false
continue
case <-ticker:
default:
}

err := d.Tick()
Expand Down

0 comments on commit 843509b

Please sign in to comment.