wangjianyu3 3ab62370cb nuttx/uorb: Fix initialization error of variable of type struct sensor_ops_s
Related change:
  .flush    : 403469336f27568e64a04bbab8c9a1bb68e61f75
  .get_info : 703bb7e7b3a1207951bf4f10dfab34c263c18fd9

Error Log:
  1153  Building NuttX...
  1154Error: sensors/bme680_uorb.c:428:3: error: initialization of 'int (*)(struct sensor_lowerhalf_s *, struct file *, long unsigned int)' from incompatible pointer type 'int (*)(struct sensor_lowerhalf_s *, struct file *, int,  long unsigned int)' [-Werror=incompatible-pointer-types]
  1155  428 |   bme680_control    /* control */
  1156      |   ^~~~~~~~~~~~~~

Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
2024-09-19 19:54:38 +08:00
..
2023-09-22 13:51:00 +08:00
2023-10-17 13:43:43 +08:00
2024-09-19 15:44:59 +08:00
2024-06-28 09:30:42 +02:00
2024-09-15 20:21:41 +08:00
2023-07-08 13:50:48 +08:00
2024-07-03 17:31:23 +08:00
2024-09-16 10:33:01 +08:00
2024-09-17 02:25:47 +08:00
2024-09-17 02:25:47 +08:00