mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
drivers/sensors/adxl372_uorb.c: fix compilation error
drivers/sensors/adxl372_uorb.c: fix compilation error Signed-off-by: raiden00pl <raiden00@railab.me>
This commit is contained in:
parent
46cc145645
commit
84f891b848
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ static const struct sensor_ops_s g_adxl372_accel_ops =
|
|||
NULL, /* selftest */
|
||||
NULL, /* set_calibvalue */
|
||||
NULL, /* calibrate */
|
||||
NULL /* get_info */
|
||||
NULL, /* get_info */
|
||||
NULL, /* set_nonwakeup */
|
||||
NULL /* control */
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue