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:
raiden00pl 2026-06-10 09:32:12 +02:00 committed by Alan C. Assis
parent 46cc145645
commit 84f891b848

View file

@ -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 */
};