commit | 68b459ec4146727970fac21fc8e06754bb0b139e | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Tue Sep 26 11:15:06 2017 +0300 |
committer | Johan Hedberg <johan.hedberg@gmail.com> | Tue Sep 26 12:56:50 2017 +0300 |
tree | a52d0c6f2bf0720d42aa2f25d6e1816f3f3fcf6a | |
parent | c40dc580b0a99c94af1f4b2055e35779540d456c [diff] |
tests: bluetooth/at: Fix string signedness issues To avoid signedness issues with some compilers, like icx, use 'char *' instead of 'unsigned char *' for the at_client buffer. Fixes #3600 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>