qemu-arm
[Top][All Lists]
Advanced

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

Re: [PATCH v2 1/2] hw/misc: Add Infineon DPS310 sensor model


From: Joel Stanley
Subject: Re: [PATCH v2 1/2] hw/misc: Add Infineon DPS310 sensor model
Date: Wed, 16 Jun 2021 09:26:15 +0000

On Wed, 16 Jun 2021 at 09:09, Cédric Le Goater <clg@kaod.org> wrote:
> On 6/16/21 9:33 AM, Joel Stanley wrote:
> > +typedef struct DPS310State {
> > +    /*< private >*/
> > +    I2CSlave i2c;
> > +
> > +    /*< public >*/
> > +    uint8_t regs[NUM_REGISTERS];
> > +
> > +    int16_t pressure, temperature;
>
>
> We don't need those fields anymore. I will remove them if you are ok
> with that.

Yes, go ahead.

Thanks!



reply via email to

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