Skip to content

Commit ce59153

Browse files
committed
format
1 parent 3447722 commit ce59153

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stm32-lcd-logo/Sources/Application/HAL/LTDC+Helpers.swift

+1
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ extension LTDC {
188188
// FIXME: Escaping a pointer like this is very unsafe.
189189
// We get away with it because `pixelData` is a global let.
190190
pixelData.span.withUnsafeBytes { buffer in
191+
// swift-format-ignore: NeverForceUnwrap
191192
let data = UInt32(UInt(bitPattern: buffer.baseAddress!))
192193
self.layer[1].cfbar.modify { $0.raw.storage = data }
193194
}

0 commit comments

Comments
 (0)