Skip to content

Commit

Permalink
[sw/device] Update kUartFifoSize to 128 in shutdown lib
Browse files Browse the repository at this point in the history
PR lowRISC#17829 updated the FIFO size, but this constant was stale.

Signed-off-by: Dan McArdle <dmcardle@opentitan.org>
  • Loading branch information
dmcardle committed Apr 21, 2023
1 parent b496de5 commit 0ddda34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/device/silicon_creator/lib/shutdown.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ enum {
/**
* UART TX FIFO size.
*/
kUartFifoSize = 32,
kUartFifoSize = 128,
};

/**
Expand Down

0 comments on commit 0ddda34

Please sign in to comment.