Skip to content

Commit 16d7d41

Browse files
adjust comments to not extend 50 characters (#1033)
1 parent 4d4f6f6 commit 16d7d41

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

_data/new-data/landing/callouts.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,10 @@
7373
subtitle: From microcontrollers to servers.
7474
text: "The only language that can span from embedded and kernel, to server and apps. Swift excels no matter where it’s used: from constrained environments like firmware where every byte counts, to cloud services handling billions of requests a day."
7575
code: |-
76-
// Configure UART by direct register manipulation using Swift MMIO.
77-
// Enables RX and TX, and sets baud rate to 115,200.
78-
// Compiles down to an optimal assembly sequence with no overhead.
76+
// Configure UART by direct register manipulation
77+
// using Swift MMIO. Enables RX and TX, and sets
78+
// baud rate to 115,200. Compiles down to an
79+
// optimal assembly sequence with no overhead.
7980
8081
usart1.brr.modify { rw in
8182
rw.raw.brr_field = 16_000_000 / 115_200

0 commit comments

Comments
 (0)