commit | c90549c474e5f4682ea330e4fad17d81830b14cc | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Tue Sep 11 12:51:23 2018 +0300 |
committer | Johan Hedberg <johan.hedberg@gmail.com> | Tue Sep 11 14:55:54 2018 +0300 |
tree | 2015593ec1da749faf6da4f7de873dd031871587 | |
parent | 990a0e8c71e011f53874f576b36971359b3d3c39 [diff] |
net: buf: Use void * instead of u8_t * for arbitrary data This makes the net_buf_append_bytes() API consistent with all other net_buf APIs that take a pointer to arbitrary data. Fixes #9283 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>