commit | 50a89ce28792cad8512567fffaed774ff1225e49 | [log] [tgz] |
---|---|---|
author | Yuval Peress <peress@google.com> | Thu Dec 09 20:51:18 2021 -0700 |
committer | Maureen Helm <maureen.helm@intel.com> | Tue Dec 14 11:47:13 2021 -0600 |
tree | d66d68ff05ac229a61516393fe31706b307b1d27 | |
parent | 8aa2c3f3d181e698010aa42c0020b71e0e30b953 [diff] |
zephyr: fix errors when building with -Wundef Several points check the value of CONFIG_s without first checking that they're defined. This causes an warning when adding -Wundef to the build. Signed-off-by: Yuval Peress <peress@google.com>