commit | 1d25e9c6ae25aed39ca0bac666281dba4638ad2e | [log] [tgz] |
---|---|---|
author | Marcin Niestroj <m.niestroj@grinn-global.com> | Thu Nov 19 22:33:31 2020 +0100 |
committer | Jukka Rissanen <jukka.rissanen+github@gmail.com> | Tue Nov 24 12:59:50 2020 +0200 |
tree | 7908bdde4a3019696025622601b9c5faae9f4104 | |
parent | 9cd2b8cd2fdf1b5be18be3935ec5fc8b688c7058 [diff] |
drivers: modem: constify modem_cmd and setup_cmd structures modem_cmd and setup_cmd structures are used only to store static information about commands to be sent and replies to be received. Reference it as const, so that it is possible to define const instances and save some RAM space by placing those definitions entirely in ROM. Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>