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

userspace/libwr: clean up of i2c_io.c

remove:
shw_i2c_io_get_bus
kept for debugging purposes:
shw_i2c_io_scan
parent 37e2f46a
......@@ -148,10 +148,3 @@ uint8_t shw_get_fpga_type()
if(access("/wr/etc/lx240t.conf", F_OK) == 0) return SHW_FPGA_LX240T;
return SHW_FPGA_LX130T;
}
struct i2c_bus* shw_i2c_io_get_bus()
{
return &i2c_io_bus;
}
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