mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-02 19:29:30 +00:00
Fixed compliation problem
This commit is contained in:
parent
d41a050310
commit
01153b468e
@ -28,7 +28,7 @@
|
|||||||
*
|
*
|
||||||
* This file is part of the Contiki operating system.
|
* This file is part of the Contiki operating system.
|
||||||
*
|
*
|
||||||
* $Id: shell-netperf.c,v 1.3 2009/11/08 19:43:00 adamdunkels Exp $
|
* $Id: shell-netperf.c,v 1.4 2009/11/09 08:22:17 adamdunkels Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -87,7 +87,7 @@ enum {
|
|||||||
CTRL_COMMAND_CLEAR,
|
CTRL_COMMAND_CLEAR,
|
||||||
CTRL_COMMAND_STATS,
|
CTRL_COMMAND_STATS,
|
||||||
CTRL_COMMAND_STATS_REPLY
|
CTRL_COMMAND_STATS_REPLY
|
||||||
} datapath_commands;
|
} ctrlpath_commands;
|
||||||
|
|
||||||
struct ctrl_msg {
|
struct ctrl_msg {
|
||||||
uint8_t command;
|
uint8_t command;
|
||||||
|
Loading…
Reference in New Issue
Block a user