Rename i2c_bb.h -> i2c.h
This commit is contained in:
parent
f5d62bd9f6
commit
33710c2522
@ -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;
|
@ -6,7 +6,7 @@
|
||||
#include <utest.h>
|
||||
#include <mock_gpio.h>
|
||||
|
||||
#include <i2c_bb.h>
|
||||
#include <i2c.h>
|
||||
|
||||
UTEST(i2c_open, success)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user