Skip to content

Commit

Permalink
[uart] default to 115200 baudrate
Browse files Browse the repository at this point in the history
  • Loading branch information
abejgonzalez committed Dec 6, 2019
1 parent ceb0aa2 commit 9c5b45b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/example/src/main/scala/ConfigMixins.scala
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class WithUART extends Config((site, here, up) => {
case PeripheryUARTKey => Seq(
UARTParams(address = 0x54000000L, nTxEntries = 256, nRxEntries = 256))
case UARTAdapterKey => Seq(
UARTAdapterParams(baudRateInit = BigInt(3686400)))
UARTAdapterParams(baudRateInit = BigInt(115200)))
})

// -----------------------------------------------
Expand Down

0 comments on commit 9c5b45b

Please sign in to comment.