You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/07/27 13:12:22 UTC

[GitHub] [incubator-nuttx] Donny9 commented on a diff in pull request #6708: driver/sensors[2]: enhance and update sensor driver

Donny9 commented on code in PR #6708:
URL: https://github.com/apache/incubator-nuttx/pull/6708#discussion_r931045612


##########
include/nuttx/sensors/sensor.h:
##########
@@ -899,6 +958,14 @@ struct sensor_reginfo_s
 };
 #endif
 
+/* This structure describes the context custom ioctl for device */
+
+struct sensor_ioctl_s
+{
+  size_t len;                  /* The length of argument of ioctl */
+  char data[0];                /* The argument buf of ioctl */

Review Comment:
   Done!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org