mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08: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:
@@ -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.
|
* Copyright (C) 2008 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
|
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||||
@@ -50,15 +50,6 @@
|
|||||||
* Definitions
|
* 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
|
* Private Data
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|||||||
Reference in New Issue
Block a user