Commit bec3af64 authored by Adam Wujek's avatar Adam Wujek 💬

userspace/libwr: trivial fix header define I2C_IO_H

Replace define I2C_SFP_H with I2C_IO_H
It was not possible to include i2c_io.h and i2c_sfp.h at the same time
Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 220f9681
#ifndef I2C_SFP_H
#define I2C_SFP_H
#ifndef I2C_IO_H
#define I2C_IO_H
#include "i2c.h"
......@@ -25,4 +25,4 @@ int shw_i2c_io_scan(uint8_t * dev_map);
int shw_get_hw_ver();
uint8_t shw_get_fpga_type();
#endif //I2C_SFP_H
#endif //I2C_IO_H
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment