removed waiting time between sending messages.

now a message can be send after every interrupt.
This commit is contained in:
Martin Preuss
2025-05-24 17:26:59 +02:00
parent 868c2b32f8
commit 027edb9aba
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
.equ COMONUART0_IFACENUM = 1
.equ COMONUART0_READ_TIMEOUT = 3
.equ COMONUART0_MSG_INTERVAL = 1
.equ COMONUART0_MSG_INTERVAL = 0

View File

@@ -9,7 +9,7 @@
.equ TTYONUART1_SKIPTIME = 2
.equ TTYONUART1_MSG_INTERVAL = 2
.equ TTYONUART1_MSG_INTERVAL = 0
.equ TTYONUART1_IFACENUM = 2