Added command context. Patch by Joakim Eriksson
This commit is contained in:
parent
f328a8a483
commit
1733f3b6bc
3 changed files with 19 additions and 7 deletions
|
@ -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__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue