Skip to content

Commit 60a648b

Browse files
Fix unknown commits in swift-mmio (#66)
The pico2-neopixel, stm32-neopixel and stm32-uart-echo examples appear to reference an unknown commits in swift-mmio. Now they're using the latest commit from the swift-embedded-example branch (06d96).
1 parent e393824 commit 60a648b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pico2-neopixel/Package.resolved

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"location" : "https://github.com/apple/swift-mmio.git",
1717
"state" : {
1818
"branch" : "swift-embedded-examples",
19-
"revision" : "275a877cbdd9d301a783425dbbccc630db364d37"
19+
"revision" : "06d96ed4916739f2edafde87f3951b2d2a04df65"
2020
}
2121
},
2222
{

stm32-neopixel/Package.resolved

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"location" : "https://github.com/apple/swift-mmio",
1717
"state" : {
1818
"branch" : "swift-embedded-examples",
19-
"revision" : "c662f34e89259244f18936cacd356ef2f5e4e4db"
19+
"revision" : "06d96ed4916739f2edafde87f3951b2d2a04df65"
2020
}
2121
},
2222
{

stm32-uart-echo/Package.resolved

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"location" : "https://github.com/apple/swift-mmio",
1717
"state" : {
1818
"branch" : "swift-embedded-examples",
19-
"revision" : "c662f34e89259244f18936cacd356ef2f5e4e4db"
19+
"revision" : "06d96ed4916739f2edafde87f3951b2d2a04df65"
2020
}
2121
},
2222
{

0 commit comments

Comments
 (0)