Revert "avr: started working on value manager"

This reverts commit dfad168875.
This commit is contained in:
Martin Preuss
2024-10-31 18:57:06 +01:00
parent 7707cb0a82
commit 57bbefdf38
6 changed files with 0 additions and 811 deletions

View File

@@ -170,18 +170,3 @@
; ---------------------------------------------------------------------------
; ValueMgr
;
.equ VALMGR_SRC_MAX_LINKS = 5
.equ VALMGR_SRC_TIMEOUT_SENDVALUE = 10
.equ VALMGR_SRC_TIMEOUT_RECVACK = 12
.equ VALMGR_SRC_MAX_RESEND = 3
.equ VALMGR_DST_MAX_LINKS = 2
.equ VALMGR_DST_TIMEOUT_SENDRESULT = 20