Skip to content

Commit

Permalink
docs: add TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kkebo committed Aug 31, 2024
1 parent 4aec962 commit 5e169b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Kernel/uart.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ func initUART() {
mbox.0 = 9 * 4
mbox.1 = 0 // request
mbox.2 = MboxTag.setClockRate
mbox.3 = 12
mbox.4 = 8
mbox.3 = 12 // TODO: Understand what this is.
mbox.4 = 8 // TODO: Understand what this is.
mbox.5 = 2 // UART clock
mbox.6 = 3_000_000 // 3 Mhz
mbox.7 = 0 // clear turbo
Expand Down

0 comments on commit 5e169b7

Please sign in to comment.