avr: started working on value manager
will probably not use this since this takes many bytes in flash.
This commit is contained in:
17
avr/main.asm
17
avr/main.asm
@@ -116,6 +116,15 @@ initModules:
|
||||
rcall Com2_Init ; init COM module
|
||||
rcall CPRO_Init ; init COM protocol module
|
||||
#endif
|
||||
|
||||
#ifdef MODULES_VALMGR_SRC
|
||||
rcall VALMGR_Src_Init
|
||||
#endif
|
||||
|
||||
#ifdef MODULES_VALMGR_DST
|
||||
rcall VALMGR_Dst_Init
|
||||
#endif
|
||||
|
||||
#ifdef MODULES_TWI_MASTER
|
||||
rcall TWI_Master_Init
|
||||
#endif
|
||||
@@ -191,6 +200,14 @@ runModules_ComEnd:
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef MODULES_VALMGR_SRC
|
||||
; rcall VALMGR_Src_Run
|
||||
#endif
|
||||
|
||||
#ifdef MODULES_VALMGR_DST
|
||||
; rcall VALMGR_Dst_Run
|
||||
#endif
|
||||
|
||||
#ifdef MODULES_STATS
|
||||
rcall Stats_Run
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user