Skip to content

Commit a13ce65

Browse files
authored
Merge branch 'main' into main
2 parents 3bba205 + b1e6289 commit a13ce65

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Compare against swift-mmio swift-format config
2323
run: |
24-
curl -sL https://raw.githubusercontent.com/apple/swift-mmio/refs/heads/main/SupportingFiles/Tools/swift-format/.swift-format -o .swift-format-mmio
24+
curl -sL https://raw.githubusercontent.com/apple/swift-mmio/refs/heads/main/.swift-format -o .swift-format-mmio
2525
diff .swift-format .swift-format-mmio
2626
2727
- name: Lint

stm32-lcd-logo/Support/Board.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ struct STM32F746Board {
5353

5454
var displaySize: Size {
5555
Size(
56-
width: STM32F746.LTDCConstants.DISPLAY_WIDTH,
57-
height: STM32F746.LTDCConstants.DISPLAY_HEIGHT)
56+
width: STM32F746.LTDCConstants.displayWidth,
57+
height: STM32F746.LTDCConstants.displayHeight)
5858
}
5959

6060
var logoLayerSize: Size {

0 commit comments

Comments
 (0)