Re: [patch][rfa] Add "active" pin to sid-sched
Dave Brolley <[email protected]>
| Newsgroups | gmane.comp.emulators.sid.devel |
|---|---|
| Message-ID | <[email protected]> |
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 > >