commit | c9a4335ad31fe0ce653cf86e30dc508f01131623 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Fri Jan 27 14:38:39 2017 -0600 |
committer | Anas Nashif <nashif@linux.intel.com> | Mon Jan 30 12:01:48 2017 +0000 |
tree | e6f16efde5bd835f4fabad774c5df88aacf31d57 | |
parent | f086a195ce797b39ac3a779b687f9ff0afadeae8 [diff] |
samples: zperf: cleanup types for constant arrays There are a few arrays we use with print_number and parse_number. These functions expect a const uint32_t so lets have the arrays for TIME_US, KBPS, and K match. Change-Id: I6347b06af2374d702144084bb6b538a478fb8fac Signed-off-by: Kumar Gala <kumar.gala@linaro.org>