Added command context. Patch by Joakim Eriksson

This commit is contained in:
Niclas Finne 2012-04-20 00:33:18 +02:00
parent f328a8a483
commit 1733f3b6bc
3 changed files with 19 additions and 7 deletions

View file

@ -38,6 +38,11 @@
#ifndef __BORDER_ROUTER_CMDS_H__
#define __BORDER_ROUTER_CMDS_H__
#define CMD_CONTEXT_RADIO 0
#define CMD_CONTEXT_STDIO 1
extern uint8_t command_context;
PROCESS_NAME(border_router_cmd_process);
#endif /* __BORDER_ROUTER_CMDS_H__ */