This commit is contained in:
pvvx 2017-09-22 10:44:42 +03:00
parent 9ffd9dac1a
commit eac35630e6
31 changed files with 185 additions and 130 deletions

View file

@ -31,7 +31,7 @@ typedef struct _ina219drv {
signed short ss[2];
unsigned int ui;
} buf_i2c;
volatile i2c_drv_t i2c;
i2c_drv_t i2c;
} INA219DRV, *PINA219DRV;

View file

@ -43,7 +43,7 @@ typedef struct _ina219drv {
signed short ss[2];
unsigned int ui;
} buf_i2c;
volatile i2c_drv_t i2c;
i2c_drv_t i2c;
} INA219DRV, *PINA219DRV;