Remove Olimex references

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1437 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2008-12-08 18:54:39 +00:00
parent a8fb024f7f
commit 8b1b088faa

View File

@ -1,5 +1,5 @@
/****************************************************************************
* configs/olimex-strp711/src/up_leds.c
* configs/ez80f910200zco/src/ez80_leds.c
*
* Copyright (C) 2008 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
@ -50,15 +50,6 @@
* Definitions
****************************************************************************/
/* The Olimex board has two buttons, one labled "BUT" and the other "WAKEUP"
*
* P0.15: WAKEUP button
* P1.13: BUT button
*/
#define STR71X_BUTBUTTON_GPIO1 (0x2000)
#define STR71X_WAKEUPBUTTON_GPIO0 (0x8000)
/****************************************************************************
* Private Data
****************************************************************************/