avr: added forwarder app.
simpler than router app, just for forwarding messages between interfaces. mainly used by t03.
This commit is contained in:
@@ -336,6 +336,14 @@
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef APPS_FORWARDER
|
||||
.include "apps/forwarder/main.asm"
|
||||
.include "modules/network/msg/reboot-r.asm"
|
||||
.include "modules/network/msg/reboot-d.asm"
|
||||
.include "modules/network/msg/pong-w.asm"
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef APPS_REPORTSENSORS
|
||||
.include "apps/reportsensors/data.asm"
|
||||
.include "apps/reportsensors/main.asm"
|
||||
|
||||
Reference in New Issue
Block a user