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:
Romain Dolbeau 2025-10-05 15:29:51 +02:00
parent 18db46f61f
commit 7dde915779
3 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,4 @@
0x0001b6, 0, diagret
0x000b80, 2, loweritercount
0x000e80, 4, Mconstop
0x0070e9, 1, uart_time_const

View File

@ -9,3 +9,8 @@ loweritercount:
Mconstop:
jmp (%pc,diagret)
.section .text.uart_time_const
uart_time_const:
.byte 0x1e