avr: added forwarder app.
simpler than router app, just for forwarding messages between interfaces. mainly used by t03.
This commit is contained in:
@@ -250,6 +250,10 @@ sysOnEveryDay:
|
||||
bigcall AppRouter_EveryDay
|
||||
#endif
|
||||
|
||||
#ifdef APPS_FORWARDER
|
||||
bigcall AppForwarder_EveryDay
|
||||
#endif
|
||||
|
||||
bigjmp onEveryDay
|
||||
; @end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user