I2C overhaul part 7: S3 Trio and Cirrus Logic

This commit is contained in:
RichardG867
2020-11-25 00:16:42 -03:00
parent 315e3e8d11
commit 64249d50a3
9 changed files with 194 additions and 95 deletions

View File

@@ -112,7 +112,7 @@ i2c_getbusname(void *bus_handle)
i2c_bus_t *bus = (i2c_bus_t *) bus_handle;
if (!bus_handle)
return;
return(NULL);
return(bus->name);
}