From 8b1b088faa5f1994aad3bac409a24ddef798d11f Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 8 Dec 2008 18:54:39 +0000 Subject: [PATCH] Remove Olimex references git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1437 42af7a65-404d-4744-a932-0658087f49c3 --- configs/ez80f910200zco/src/ez80_buttons.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/configs/ez80f910200zco/src/ez80_buttons.c b/configs/ez80f910200zco/src/ez80_buttons.c index 66fa715010..c6cdc89361 100755 --- a/configs/ez80f910200zco/src/ez80_buttons.c +++ b/configs/ez80f910200zco/src/ez80_buttons.c @@ -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 @@ -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 ****************************************************************************/