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 7edbcee commit 0588c2dCopy full SHA for 0588c2d
stm32-neopixel/Sources/Application/Neopixel/SPINeoPixel.swift
@@ -69,7 +69,7 @@ extension SPINeoPixel {
69
let peripheral = UInt32(spi.dr.unsafeAddress)
70
let count = UInt32(
71
self.pixels.buffer.count * MemoryLayout<SPINeoPixelGRB64Pixel>.size)
72
-
+
73
let index = 4
74
self.dma.st[index].cr.modify { rw in
75
rw.raw.chsel = 0 // Set the DMA channel to 0 (spi tx).
stm32-uart-echo/Package.swift
@@ -5,7 +5,7 @@ import PackageDescription
5
let package = Package(
6
name: "stm32-uart-echo",
7
platforms: [
8
- .macOS(.v10_15),
+ .macOS(.v10_15)
9
],
10
products: [
11
.executable(name: "Application", targets: ["Application"])
0 commit comments