avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avrdude-dev] avrdude on Windows


From: E. Weddington
Subject: Re: [avrdude-dev] avrdude on Windows
Date: Thu, 13 Feb 2003 13:04:30 -0700

On 13 Feb 2003 at 20:53, Joerg Wunsch wrote:

> As E. Weddington wrote:
> 
> > > enum {
> > >   PPIDATA,
> > >   PPICTRL,
> > >   PPISTATUS
> > > };
> > > 
> > 
> > Suggestion:
> > 
> > enum {
> >   PPIDATA = 0,
> >   PPICTRL = 1,
> >   PPISTATUS = 2
> > };
> 
> Per definitionem, that's the same.
> 

I know. I just prefer *explicit* definitions as I was planning on 
using the values as offsets.

Eric




reply via email to

[Prev in Thread] Current Thread [Next in Thread]