mirror of
https://github.com/apache/nuttx.git
synced 2026-08-17 10:23:23 +00:00
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:
parent
c0f9c73868
commit
09de1a3a52
1 changed files with 1 additions and 10 deletions
|
|
@ -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
|
||||
****************************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue