This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 84f891b8484d647e3785f3bbd40b8a2ee2f91f49 Author: raiden00pl <[email protected]> AuthorDate: Wed Jun 10 09:32:12 2026 +0200 drivers/sensors/adxl372_uorb.c: fix compilation error drivers/sensors/adxl372_uorb.c: fix compilation error Signed-off-by: raiden00pl <[email protected]> --- drivers/sensors/adxl372_uorb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/sensors/adxl372_uorb.c b/drivers/sensors/adxl372_uorb.c index 168c3e21d01..d9267755f1c 100644 --- a/drivers/sensors/adxl372_uorb.c +++ b/drivers/sensors/adxl372_uorb.c @@ -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 */ };
