mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-02-22 21:29:13 +00:00
fixed compiler warnings
This commit is contained in:
parent
a63bbe05ba
commit
cb3f6db77e
@ -28,7 +28,7 @@
|
|||||||
*
|
*
|
||||||
* This file is part of the Contiki operating system.
|
* This file is part of the Contiki operating system.
|
||||||
*
|
*
|
||||||
* @(#)$Id: codeprop-tmp.c,v 1.1 2006/06/18 07:44:36 adamdunkels Exp $
|
* @(#)$Id: codeprop-tmp.c,v 1.2 2006/07/06 14:55:21 nifi Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** \addtogroup esb
|
/** \addtogroup esb
|
||||||
@ -74,6 +74,7 @@
|
|||||||
#include "cfs/cfs.h"
|
#include "cfs/cfs.h"
|
||||||
#include "codeprop-tmp.h"
|
#include "codeprop-tmp.h"
|
||||||
#include "loader/elfloader-tmp.h"
|
#include "loader/elfloader-tmp.h"
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
static const char *err_msgs[] =
|
static const char *err_msgs[] =
|
||||||
{"OK\r\n", "Bad ELF header\r\n", "No symtab\r\n", "No strtab\r\n",
|
{"OK\r\n", "Bad ELF header\r\n", "No symtab\r\n", "No strtab\r\n",
|
||||||
@ -160,8 +161,6 @@ codeprop_set_rate(clock_time_t time)
|
|||||||
/*---------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------*/
|
||||||
PROCESS_THREAD(codeprop_process, ev, data)
|
PROCESS_THREAD(codeprop_process, ev, data)
|
||||||
{
|
{
|
||||||
static int n;
|
|
||||||
|
|
||||||
PROCESS_BEGIN();
|
PROCESS_BEGIN();
|
||||||
|
|
||||||
elfloader_init();
|
elfloader_init();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user