commit | 1c29f98e687cd6e1f36a21e86c88e39e57a09fd0 | [log] [tgz] |
---|---|---|
author | Tom Burdick <thomas.burdick@intel.com> | Tue Sep 03 11:25:06 2024 -0500 |
committer | Mahesh Mahadevan <mahesh.mahadevan@nxp.com> | Thu Sep 05 12:41:45 2024 -0500 |
tree | db146f5c85d1d3992bc9bc1936198e0b9cac9126 | |
parent | 2d8b272ab5f9c068af6cc97a5bfc87d49ba4bd03 [diff] |
i2c: nrf_twi: Add cast to const buffer pointers A warning was issued in the build as the rtio tx and tiny_tx buffer pointers are now labeled const. The internal API expects mutable buffers so an explicit cast is needed here to avoid the warning. Signed-off-by: Tom Burdick <thomas.burdick@intel.com>