nuttx/drivers/modem/alt1250
Xiang Xiao c2a4263cc5 Fix Error: modem/alt1250/altcom_hdlr.c:902:24: error: result of comparison of constant 1 with expression of type 'bool' is always false [-Werror,-Wtautological-constant-compare]
api_edrx->enable > LTE_ENABLE)
      ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~
Error: modem/alt1250/altcom_hdlr.c:901:24: error: result of comparison of constant 0 with expression of type 'bool' is always false [-Werror,-Wtautological-constant-compare]
  if (api_edrx->enable < LTE_DISABLE ||
      ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-10-30 16:03:35 +01:00
..
alt1250.c drivers/modem/alt1250: Change return type of bool function 2022-10-24 10:44:01 +02:00
alt1250.h
altcom_cmd_log.h
altcom_cmd_sms.h
altcom_cmd_sock.h
altcom_cmd.h
altcom_hdlr.c Fix Error: modem/alt1250/altcom_hdlr.c:902:24: error: result of comparison of constant 1 with expression of type 'bool' is always false [-Werror,-Wtautological-constant-compare] 2022-10-30 16:03:35 +01:00
altcom_hdlr.h
altcom_lwm2m_hdlr.c
altcom_lwm2m_hdlr.h
altcom_pkt.c
altcom_pkt.h
altmdm_event.c
altmdm_event.h
altmdm_spi.c
altmdm_spi.h
altmdm_timer.c
altmdm_timer.h
altmdm.c
altmdm.h
Kconfig
Make.defs Makefile: Remove INCDIROPT 2022-10-25 12:05:38 +02:00