diff options
Diffstat (limited to 'src/lpc176x/gpio.h')
-rw-r--r-- | src/lpc176x/gpio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lpc176x/gpio.h b/src/lpc176x/gpio.h index 97eb909b..482e0ce5 100644 --- a/src/lpc176x/gpio.h +++ b/src/lpc176x/gpio.h @@ -39,6 +39,7 @@ void spi_transfer(struct spi_config config, uint8_t receive_data , uint8_t len, uint8_t *data); struct i2c_config { + void *i2c; uint8_t addr; }; |