summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-29 13:27:43 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-29 13:27:43 +0000
commit6b305439182f967c476f47c715b906ed668d48c9 (patch)
treefdb82f0405a70d9b578e253c833f56fb02813ffa /nuttx/configs
parentb47669c88a2bf61807881482f271ca3928c32530 (diff)
downloadpx4-nuttx-6b305439182f967c476f47c715b906ed668d48c9.tar.gz
px4-nuttx-6b305439182f967c476f47c715b906ed668d48c9.tar.bz2
px4-nuttx-6b305439182f967c476f47c715b906ed668d48c9.zip
Eliminate warnings
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@168 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/ntosd-dm320/src/up_leds.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/nuttx/configs/ntosd-dm320/src/up_leds.c b/nuttx/configs/ntosd-dm320/src/up_leds.c
index d9581fae5..102d0a38c 100644
--- a/nuttx/configs/ntosd-dm320/src/up_leds.c
+++ b/nuttx/configs/ntosd-dm320/src/up_leds.c
@@ -45,15 +45,10 @@
* Definitions
************************************************************/
-#define CS2 *(volatile uint32*)0xffff2e08
-#define LEDS *(volatile uint32*)0x01000000
-
/************************************************************
* Private Data
************************************************************/
-static uint32 g_ledstate;
-
/************************************************************
* Private Functions
************************************************************/