mirror of
https://github.com/rdolbeau/VintageBusFPGA_Common.git
synced 2026-01-13 07:09:30 +00:00
also change the UART 'time const' value (stored in usecmd.c::uart_init) to adapt to a different UART clock
This commit is contained in:
parent
18db46f61f
commit
7dde915779
@ -1,3 +1,4 @@
|
||||
0x0001b6, 0, diagret
|
||||
0x000b80, 2, loweritercount
|
||||
0x000e80, 4, Mconstop
|
||||
0x0070e9, 1, uart_time_const
|
||||
|
||||
@ -9,3 +9,8 @@ loweritercount:
|
||||
Mconstop:
|
||||
jmp (%pc,diagret)
|
||||
|
||||
.section .text.uart_time_const
|
||||
uart_time_const:
|
||||
.byte 0x1e
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user