commit | 3c55e1fcf366aa8f7e4dc3d78b98973b003166a9 | [log] [tgz] |
---|---|---|
author | Marcin Niestroj <m.niestroj@grinn-global.com> | Wed Jun 24 23:27:18 2020 +0200 |
committer | Maureen Helm <maureen.helm@nxp.com> | Thu Jun 25 16:17:27 2020 -0500 |
tree | 6a2ebad54405ee4c9306c294652f05ac4b6bd021 | |
parent | 8aa3dc340df2743e2cfe71a3b972feb51260513c [diff] |
lora: shell: use strtoul instead of strtoll Parsed value is expected to be in range (0, UINT32_MAX). Use strtoul instead of strtoll, so we better match its range. In a tested configuration this saves 380 bytes of flash with newlib and arm32 target. Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>