Added new shell commands

This commit is contained in:
adamdunkels 2009-05-10 21:05:06 +00:00
parent f6dbf82e05
commit a220da3e88
3 changed files with 11 additions and 4 deletions

View file

@ -28,7 +28,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: shell-rime.h,v 1.3 2009/04/16 14:33:47 fros4943 Exp $
* $Id: shell-rime.h,v 1.4 2009/05/10 21:05:22 adamdunkels Exp $
*/
/**
@ -75,4 +75,7 @@ void shell_rime_init(void);
/* Rime channel used by the 'download' command, which uses 2 channels */
#define SHELL_RIME_CHANNEL_DOWNLOAD SHELL_RIME_CHANNEL_SENDTEST + 1
/* Announcement idenfied used by the 'neighbors' command, uses one idenfier */
#define SHELL_RIME_ANNOUNCEMENT_IDENTIFIER_NEIGHBORS SHELL_RIME_CHANNEL_DOWNLOAD + 2
#endif /* __SHELL_RIME_H__ */