Eliminate warnings

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@168 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2007-03-29 13:27:43 +00:00
parent 0db3f5c256
commit 23dffb8f23
2 changed files with 1 additions and 5 deletions

View File

@ -45,15 +45,10 @@
* Definitions * Definitions
************************************************************/ ************************************************************/
#define CS2 *(volatile uint32*)0xffff2e08
#define LEDS *(volatile uint32*)0x01000000
/************************************************************ /************************************************************
* Private Data * Private Data
************************************************************/ ************************************************************/
static uint32 g_ledstate;
/************************************************************ /************************************************************
* Private Functions * Private Functions
************************************************************/ ************************************************************/

View File

@ -43,6 +43,7 @@
#include <nuttx/config.h> #include <nuttx/config.h>
#include <sys/types.h> #include <sys/types.h>
#include <sched.h>
#include <errno.h> #include <errno.h>
#include <sys/ioctl.h> #include <sys/ioctl.h>
#include "fs_internal.h" #include "fs_internal.h"