Fixed compliation problem

This commit is contained in:
adamdunkels 2009-11-09 08:22:17 +00:00
parent d41a050310
commit 01153b468e

View File

@ -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;