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:
parent
0db3f5c256
commit
23dffb8f23
@ -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
|
||||||
************************************************************/
|
************************************************************/
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user