api: Change api licensing as it now has nothing to do with mbed
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
@@ -48,12 +48,6 @@ maa_i2c_frequency(maa_i2c_context* dev, int hz)
|
||||
return MAA_SUCCESS;
|
||||
}
|
||||
|
||||
maa_result_t
|
||||
maa_i2c_receive(maa_i2c_context* dev)
|
||||
{
|
||||
return MAA_ERROR_FEATURE_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
maa_result_t
|
||||
maa_i2c_read(maa_i2c_context* dev, char *data, int length)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user