mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-27 16:36:04 +00:00
strncmp() expects pointers of type 'char *', we could cast option.value to 'char *', but we can use memcmp() instead, which has the benefit of being simpler. Change-Id: I8c4ee4401712f3617c134d8e5b6d84e8f5cc4e1d Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@intel.com> |
||
---|---|---|
.. | ||
iot | ||
libc | ||
Kbuild | ||
Kconfig | ||
Makefile |