mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
clean up shell
This commit is contained in:
parent
bb85cb33d9
commit
84e73ae324
@ -2,7 +2,7 @@
|
|||||||
* Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved.
|
* Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved.
|
||||||
*
|
*
|
||||||
* These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
* These sources were developed at the Freie Universitaet Berlin, Computer Systems
|
||||||
and Telematics group (http://cst.mi.fu-berlin.de).
|
* and Telematics group (http://cst.mi.fu-berlin.de).
|
||||||
* ----------------------------------------------------------------------------
|
* ----------------------------------------------------------------------------
|
||||||
* This file is part of RIOT.
|
* This file is part of RIOT.
|
||||||
*
|
*
|
||||||
@ -20,8 +20,6 @@ and Telematics group (http://cst.mi.fu-berlin.de).
|
|||||||
* @ingroup feuerware
|
* @ingroup feuerware
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//#include "hashtable.h"
|
|
||||||
|
|
||||||
typedef struct shell_command_t {
|
typedef struct shell_command_t {
|
||||||
char *name;
|
char *name;
|
||||||
char *desc;
|
char *desc;
|
||||||
|
@ -26,7 +26,6 @@
|
|||||||
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
* @author Kaspar Schleiser <kaspar@schleiser.de>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//#include <sys/unistd.h>
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <shell.h>
|
#include <shell.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user