Rename i2c_bb.h -> i2c.h
This commit is contained in:
parent
6b0f6f3093
commit
d86f12f3fe
@ -1,7 +1,7 @@
|
|||||||
#ifndef __I2C_BB_H__
|
#ifndef __I2C_BB_H__
|
||||||
#define __I2C_BB_H__
|
#define __I2C_BB_H__
|
||||||
|
|
||||||
#include <libgpio_sys/gpio_sys.h>
|
#include <libgpio_sys/gpio.h>
|
||||||
|
|
||||||
struct i2c_bb {
|
struct i2c_bb {
|
||||||
struct gpio_sys *sda;
|
struct gpio_sys *sda;
|
@ -6,7 +6,7 @@
|
|||||||
#include <utest.h>
|
#include <utest.h>
|
||||||
#include <mock_gpio.h>
|
#include <mock_gpio.h>
|
||||||
|
|
||||||
#include <i2c_bb.h>
|
#include <i2c.h>
|
||||||
|
|
||||||
UTEST(i2c_open, success)
|
UTEST(i2c_open, success)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user