Initialized UART with Arty frequency and baud rate. Will make this dynamic in the future

This commit is contained in:
Jacob Pease 2024-07-24 22:43:47 -05:00
parent e175a41863
commit a97c7f0b58

View File

@ -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);