mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 21:14:37 +00:00
Initialized UART with Arty frequency and baud rate. Will make this dynamic in the future
This commit is contained in:
parent
e175a41863
commit
a97c7f0b58
@ -96,7 +96,7 @@ void copyFlash(QWORD address, QWORD * Dst, DWORD numBlocks) {
|
||||
int ret = 0;
|
||||
|
||||
// Initialize UART for messages
|
||||
init_uart();
|
||||
init_uart(20000000, 115200);
|
||||
|
||||
// Print the wally banner
|
||||
print_uart(BANNER);
|
||||
|
Loading…
Reference in New Issue
Block a user