Message type for BUSC_I2C_RESERVE

Change-Id: Iedc2615b41c65f826868a70448fb1143bd85670f
This commit is contained in:
2014-05-15 16:14:21 +02:00
parent ff905e5276
commit b8e631ff13
4 changed files with 21 additions and 3 deletions

View File

@@ -159,7 +159,7 @@ i2cdriver_reserve_device(endpoint_t bus_endpoint, i2c_addr_t address)
message m;
m.m_type = BUSC_I2C_RESERVE;
m.BUSC_I2C_ADDR = address;
m.m_li2cdriver_i2c_busc_i2c_reserve.addr = address;
r = ipc_sendrec(bus_endpoint, &m);
if (r != OK) {