Skip to content
Snippets Groups Projects
Commit 23dffb8f authored by patacongo's avatar patacongo
Browse files

Eliminate warnings

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@168 42af7a65-404d-4744-a932-0658087f49c3
parent 0db3f5c2
No related branches found
No related tags found
No related merge requests found
......@@ -45,15 +45,10 @@
* Definitions
************************************************************/
#define CS2 *(volatile uint32*)0xffff2e08
#define LEDS *(volatile uint32*)0x01000000
/************************************************************
* Private Data
************************************************************/
static uint32 g_ledstate;
/************************************************************
* Private Functions
************************************************************/
......
......@@ -43,6 +43,7 @@
#include <nuttx/config.h>
#include <sys/types.h>
#include <sched.h>
#include <errno.h>
#include <sys/ioctl.h>
#include "fs_internal.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment