Skip to content

Commit

Permalink
NSEC_PER_MSEC nedes to be internal
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoward committed Jul 9, 2023
1 parent 3be5a8d commit 0fd0438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SwiftOCA/AES70/AES70OCP1Connection.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ typealias AES70SubscriptionCallback = @MainActor (Ocp1EventData)
-> ()

// FIXME: these don't appear to be available on non-Darwin platforms
private var NSEC_PER_MSEC: UInt64 = 1_000_000
var NSEC_PER_MSEC: UInt64 = 1_000_000
private var NSEC_PER_SEC: UInt64 = 1_000_000_000

public struct AES70OCP1ConnectionOptions {
Expand Down

0 comments on commit 0fd0438

Please sign in to comment.