From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20149 invoked by alias); 29 Aug 2003 20:23:03 -0000 Mailing-List: contact sid-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sources.redhat.com Received: (qmail 20141 invoked from network); 29 Aug 2003 20:23:03 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 29 Aug 2003 20:23:03 -0000 Received: from redhat.com (vpn50-63.rdu.redhat.com [172.16.50.63]) by touchme.toronto.redhat.com (Postfix) with ESMTP id C035D80033C; Fri, 29 Aug 2003 16:23:01 -0400 (EDT) Message-ID: <3F4FB642.5070409@redhat.com> Date: Fri, 29 Aug 2003 20:23:00 -0000 From: Dave Brolley User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.2) Gecko/20021216 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Frank Ch. Eigler" Cc: sid@sources.redhat.com Subject: Re: [patch][rfa] Add "active" pin to sid-sched References: <3F4F7AE9.10906@redhat.com> <20030829161600.GA32244@redhat.com> <3F4FAD3C.3040003@redhat.com> <20030829194751.GB32244@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-q3/txt/msg00022.txt.bz2 Done and committed. Frank Ch. Eigler wrote: >Hi - > > > >>>[...] >>> if (this->active_pin.sense() != 1) >>> this->active_pin->drive(1); >>>[...] >>> >>> >>This doesn't work because active_pin is an output_pin. >> >> > >Sorry, s/sense/recall/g. > >- FChE > >