summaryrefslogtreecommitdiffstats
path: root/invensense/mlsdk/mllite/mlarray.c
diff options
context:
space:
mode:
Diffstat (limited to 'invensense/mlsdk/mllite/mlarray.c')
-rw-r--r--invensense/mlsdk/mllite/mlarray.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/invensense/mlsdk/mllite/mlarray.c b/invensense/mlsdk/mllite/mlarray.c
index 6ae85e0..2ee9a8c 100644
--- a/invensense/mlsdk/mllite/mlarray.c
+++ b/invensense/mlsdk/mllite/mlarray.c
@@ -214,7 +214,7 @@ inv_error_t inv_get_rot_mat(long *data)
*
* @return Zero if the command is successful; an ML error code otherwise.
*/
-inv_error_t inv_get_angular_velocity(long *data)
+inv_error_t inv_get_angular_velocity(long *data __unused)
{
return INV_ERROR_FEATURE_NOT_IMPLEMENTED;
@@ -1023,7 +1023,7 @@ inv_error_t inv_get_gyro_float(float *data)
*
* @return INV_SUCCESS if the command is successful; an error code otherwise.
*/
-inv_error_t inv_get_angular_velocity_float(float *data)
+inv_error_t inv_get_angular_velocity_float(float *data __unused)
{
return INV_ERROR_FEATURE_NOT_IMPLEMENTED;
/* not implemented. old (invalid) implementation: