commit | 41b7e5da7b453ce6ec648e29825f3e71048b498a | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Wed Nov 25 14:01:54 2020 +0200 |
committer | Jukka Rissanen <jukka.rissanen+github@gmail.com> | Wed Nov 25 18:27:40 2020 +0200 |
tree | 28ad45b3e8e9dae5bd7151bc9f80835ca49d356f | |
parent | 1d4c36486c94212478bf222e12bf463affb77d55 [diff] |
samples: net: zperf: Fix timeout value for native_posix In native_posix, the code calls k_busy_wait() but with wrong value (k_timeout_t instead of int). Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>