Skip to content

Commit a5d3612

Browse files
aviscontikartben
authored andcommitted
modules/hal_st: Align to stmemsc HAL i/f v2.9.1
Align all sensor drivers that are using stmemsc (STdC) HAL i/f to new APIs of stmemsc v2.9.1. Requires zephyrproject-rtos/hal_st#25 Signed-off-by: Armando Visconti <[email protected]>
1 parent 5b17b5b commit a5d3612

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/sensor/st/lps22hh/lps22hh_trigger.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ static int lps22hh_enable_int(const struct device *dev, int enable)
3131
/* set interrupt */
3232
lps22hh_pin_int_route_get(ctx, &int_route);
3333
int_route.drdy_pres = enable;
34-
return lps22hh_pin_int_route_set(ctx, &int_route);
34+
return lps22hh_pin_int_route_set(ctx, int_route);
3535
}
3636

3737
/**

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ manifest:
238238
groups:
239239
- hal
240240
- name: hal_st
241-
revision: 05fd4533730a9aea845261c5d24ed9832a6f0b6e
241+
revision: 9f81b4427e955885398805b7bca0da3a8cd9109c
242242
path: modules/hal/st
243243
groups:
244244
- hal

0 commit comments

Comments
 (0)