1
0
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:
Christian Mehlis 2013-10-30 22:30:56 +01:00
parent bb85cb33d9
commit 84e73ae324
2 changed files with 1 additions and 4 deletions

View File

@ -2,7 +2,7 @@
* Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved.
*
* 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.
*
@ -20,8 +20,6 @@ and Telematics group (http://cst.mi.fu-berlin.de).
* @ingroup feuerware
*/
//#include "hashtable.h"
typedef struct shell_command_t {
char *name;
char *desc;

View File

@ -26,7 +26,6 @@
* @author Kaspar Schleiser <kaspar@schleiser.de>
*/
//#include <sys/unistd.h>
#include <string.h>
#include <stdio.h>
#include <shell.h>