Fix include path.

This commit is contained in:
Thomas Klaehn 2019-07-22 16:54:42 +02:00
parent 72c14a53fe
commit af70fc34a9

View File

@ -1,7 +1,7 @@
#ifndef __I2C_BB_H__ #ifndef __I2C_BB_H__
#define __I2C_BB_H__ #define __I2C_BB_H__
#include <gpio_ftdi/gpio.h> #include <libgpio_ftdi/gpio.h>
struct i2c_bb { struct i2c_bb {
struct gpio *sda; struct gpio *sda;