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:
Armando Visconti 2025-04-28 15:12:17 +02:00 committed by Benjamin Cabé
commit a5d3612ef3
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -238,7 +238,7 @@ manifest:
groups:
- hal
- name: hal_st
revision: 05fd4533730a9aea845261c5d24ed9832a6f0b6e
revision: 9f81b4427e955885398805b7bca0da3a8cd9109c
path: modules/hal/st
groups:
- hal