Skip to content

Commit 93bfea5

Browse files
committed
use main of mmio
1 parent b4319e5 commit 93bfea5

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

rpi-5-blink/Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rpi-5-blink/Package.swift

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,12 @@
33
import PackageDescription
44

55
let package = Package(
6-
name: "RPi5-Blink",
7-
platforms: [
8-
.macOS(.v14)
9-
],
6+
name: "rpi-5-blink",
107
products: [
118
.executable(name: "Application", targets: ["Application"])
129
],
1310
dependencies: [
14-
.package(
15-
url: "https://github.com/apple/swift-mmio.git",
16-
branch: "swift-embedded-examples")
11+
.package(url: "https://github.com/apple/swift-mmio.git", branch: "main")
1712
],
1813
targets: [
1914
.executableTarget(
@@ -22,5 +17,4 @@ let package = Package(
2217
.product(name: "MMIO", package: "swift-mmio")
2318
]),
2419
.target(name: "Support"),
25-
]
26-
)
20+
])

0 commit comments

Comments
 (0)