Skip to content

Commit 0588c2d

Browse files
committed
fix format
1 parent 7edbcee commit 0588c2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stm32-neopixel/Sources/Application/Neopixel/SPINeoPixel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ extension SPINeoPixel {
6969
let peripheral = UInt32(spi.dr.unsafeAddress)
7070
let count = UInt32(
7171
self.pixels.buffer.count * MemoryLayout<SPINeoPixelGRB64Pixel>.size)
72-
72+
7373
let index = 4
7474
self.dma.st[index].cr.modify { rw in
7575
rw.raw.chsel = 0 // Set the DMA channel to 0 (spi tx).

stm32-uart-echo/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55
let package = Package(
66
name: "stm32-uart-echo",
77
platforms: [
8-
.macOS(.v10_15),
8+
.macOS(.v10_15)
99
],
1010
products: [
1111
.executable(name: "Application", targets: ["Application"])

0 commit comments

Comments
 (0)