Removed serial-shell.h (now a separate app)

This commit is contained in:
adamdunkels 2008-07-10 16:56:27 +00:00
parent c4b197a2a4
commit ec0de7b82e
1 changed files with 1 additions and 3 deletions

View File

@ -28,7 +28,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: shell.h,v 1.8 2008/07/04 08:23:00 adamdunkels Exp $
* $Id: shell.h,v 1.9 2008/07/10 16:56:27 adamdunkels Exp $
*/
/**
@ -99,8 +99,6 @@ struct shell_input {
int len1, len2;
};
#include "serial-shell.h"
#include "shell-blink.h"
#include "shell-coffee.h"
#include "shell-exec.h"