commit | f83bb02cbfbf07e2505f87aa7eafddb704840992 | [log] [tgz] |
---|---|---|
author | Xavier Chapron <xavier.chapron@stimio.fr> | Tue Sep 14 17:04:13 2021 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Sep 16 09:33:28 2021 -0400 |
tree | 73203762f449c6298bf193c0627b0c78b0dfda3f | |
parent | 0774ce94ed88e7096da0d4ad55a0cf9d7556f18e [diff] |
drivers: modem: sara-r4: Replace snprintf calls by snprintk Snprintf calls should be avoid when not necessary, instead snprintk should be used as it offers the same functionnalities at a lower cost in flash. Signed-off-by: Xavier Chapron <xavier.chapron@stimio.fr>