mirror of
https://github.com/apache/nuttx.git
synced 2026-05-19 20:06:24 +08:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user