avr: started working on value manager
will probably not use this since this takes many bytes in flash.
This commit is contained in:
@@ -170,3 +170,18 @@
|
||||
|
||||
|
||||
|
||||
; ---------------------------------------------------------------------------
|
||||
; 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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user