We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f3528 commit df6335fCopy full SHA for df6335f
Sources/QuadRotary/QuadRotary.swift
@@ -37,7 +37,7 @@ public final class QuadRotary {
37
38
public nonisolated static let NumEncoders = UInt8(4)
39
public nonisolated static let DefaultPollInterval: Duration =
40
- .nanoseconds(UInt64(1_000_000.0 / Float(30)))
+ .nanoseconds(UInt64(1_000_000_000.0 / Float(30)))
41
42
public struct Event: Sendable {
43
public let index: UInt8
0 commit comments