commit | 0f64ec5c317282279f212b4a0af4c6ba5ac8a4c1 | [log] [tgz] |
---|---|---|
author | Vincent Wan <vincent.wan@linaro.org> | Fri Dec 21 10:38:55 2018 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Dec 26 09:42:29 2018 -0500 |
tree | b65187663650b515cb807f02297b15c61ff6df5c | |
parent | 1f1ea26cdc0241eba9017b6f4594f67efd4887a8 [diff] |
drivers: wifi: simplelink: Fix strings used in assertions Samples for cc3220sf_launchxl where assertions are enabled (e.g. http_get) fail to build because some of the strings used in the simplelink wifi driver have parentheses around them. This breaks the current implementation of the __ASSERT macro. This commit removes the parentheses, which are unnecessary. http_get has been verified to build after this change. Fixes #12192 Signed-off-by: Vincent Wan <vincent.wan@linaro.org>