Rename i2c_bb.h -> i2c.h

This commit is contained in:
Thomas Klaehn
2019-07-29 15:18:44 +02:00
parent f5d62bd9f6
commit 33710c2522
2 changed files with 2 additions and 2 deletions

View File

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