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 https://github.com/zephyrproject-rtos/hal_st/pull/25 Signed-off-by: Armando Visconti <armando.visconti@st.com>
This commit is contained in:
parent
5b17b5b44f
commit
a5d3612ef3
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ static int lps22hh_enable_int(const struct device *dev, int enable)
|
|||
/* set interrupt */
|
||||
lps22hh_pin_int_route_get(ctx, &int_route);
|
||||
int_route.drdy_pres = enable;
|
||||
return lps22hh_pin_int_route_set(ctx, &int_route);
|
||||
return lps22hh_pin_int_route_set(ctx, int_route);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
2
west.yml
2
west.yml
|
@ -238,7 +238,7 @@ manifest:
|
|||
groups:
|
||||
- hal
|
||||
- name: hal_st
|
||||
revision: 05fd4533730a9aea845261c5d24ed9832a6f0b6e
|
||||
revision: 9f81b4427e955885398805b7bca0da3a8cd9109c
|
||||
path: modules/hal/st
|
||||
groups:
|
||||
- hal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue