nuttx/drivers/modem
v-tangmeng ba06bc8737 modem/alt1250: Fix alt1250 compilation error.
modem/alt1250/altmdm_timer.c: In function 'altmdm_timer_start':
modem/alt1250/altmdm_timer.c:90:14: error: returning 'void *' from a function with return type 'timer_t' {aka 'unsigned int'} makes integer from pointer without a cast [-Werror=int-conversion]
   90 |       return NULL;
      |              ^~~~
modem/alt1250/altmdm_timer.c:101:14: error: returning 'void *' from a function with return type 'timer_t' {aka 'unsigned int'} makes integer from pointer without a cast [-Werror=int-conversion]
  101 |       return NULL;
      |              ^~~~
modem/alt1250/altmdm_timer.c:112:14: error: returning 'void *' from a function with return type 'timer_t' {aka 'unsigned int'} makes integer from pointer without a cast [-Werror=int-conversion]
  112 |       return NULL;
      |              ^~~~
cc1: all warnings being treated as errors

Signed-off-by: v-tangmeng <v-tangmeng@xiaomi.com>
2026-04-21 01:29:28 +08:00
..
alt1250 modem/alt1250: Fix alt1250 compilation error. 2026-04-21 01:29:28 +08:00
CMakeLists.txt drivers: migrate to SPDX identifier 2026-04-21 01:13:35 +08:00
Kconfig drivers: modem: update altair modem 2026-04-20 22:15:57 +08:00
Make.defs drivers: migrate to SPDX identifier 2026-04-21 01:13:35 +08:00
u-blox.c drivers: migrate to SPDX identifier 2026-04-21 01:13:35 +08:00