refactor (cxx)!: I2C C++ classes use strong value types now
Added host-based I2C C++ unit tests
BREAKING CHANGE: I2C C++ interface changes, raw values for
arguments are mostly not allowed anymore.
This commit is contained in:
@@ -298,7 +298,7 @@ i2c_cmd_handle_t i2c_cmd_link_create_static(uint8_t* buffer, uint32_t size);
|
||||
* to release and return the resources.
|
||||
* The required bytes will be dynamically allocated.
|
||||
*
|
||||
* @return Handle to the I2C command link
|
||||
* @return Handle to the I2C command link or NULL in case of insufficient dynamic memory.
|
||||
*/
|
||||
i2c_cmd_handle_t i2c_cmd_link_create(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user